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