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