CoreDb.RecordInfo Method (DWord, Object, Object) | |
Retrieve information about a record.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD RecordInfo(
nOrdinal AS DWORD,
oRecID AS Object,
oValue REF Object
) AS LOGIC
public static bool RecordInfo(
uint nOrdinal,
Object oRecID,
ref Object oValue
)
Request Example
View SourceParameters
- nOrdinal
- Type: DWord
This must match one of the values from the DbRecordInfo Enum - oRecID
- Type: Object
Some of the DbRecordInfo enum values require a record number - oValue
- Type: Object
Some of the DbRecordInfo enum values require a new value.
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
See Also