ACE.AdsIsNullable Method (IntPtr, DWord, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsIsNullable(
hTable AS IntPtr,
lFieldOrdinal AS DWORD,
pbNullable OUT WORD
) AS DWORD
public static uint AdsIsNullable(
IntPtr hTable,
uint lFieldOrdinal,
out ushort pbNullable
)
Request Example
View SourceParameters
- hTable
- Type: IntPtr
- lFieldOrdinal
- Type: DWord
- pbNullable
- Type: Word
Return Value
Type:
DWordSee Also