| LkItemComposeNewBuffer Method |
Linkar Framework for .NET and Core
Composes the final buffer string for one or more records to be created in MV New operations, with the RecordId and the Record information.
Namespace: Linkar.LkDataAssembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax public string ComposeNewBuffer()
Public Function ComposeNewBuffer As String
public:
String^ ComposeNewBuffer()
member ComposeNewBuffer : unit -> string
Return Value
StringThe final string buffer for MV New operations.
See Also