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