IRdd.RecInfo Method | |
Retrieve and optionally change information about a row.
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax METHOD RecInfo(
nOrdinal AS LONG,
oRecID AS Object,
oNewValue AS Object
) AS Object
Object RecInfo(
int nOrdinal,
Object oRecID,
Object oNewValue
)
Request Example
View SourceParameters
- nOrdinal
- Type: Long
Specifies the type of information. - oRecID
- Type: Object
- oNewValue
- Type: Object
Return Value
Type:
ObjectSee Also