Click or drag to resize

LkItem Methods

Linkar Framework for .NET and Core


The LkItem type exposes the following members.

Methods
 NameDescription
Public methodComposeDeleteBuffer Composes the final buffer string for one or more records to be deleted in MV Delete operations, with the RecordId and optionally with the OriginalRecord information.
Public methodComposeNewBuffer Composes the final buffer string for one or more records to be created in MV New operations, with the RecordId and the Record information.
Public methodComposeReadBuffer Composes the final buffer string for one or more records to be read in MV Read operations, with the RecordId information.
Public methodComposeUpdateBuffer Composes the final buffer string for one or more records to be updated in MV Update operations, with the RecordId, the Record, and optionally the OriginalRecord information.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also