Click or drag to resize
RowIsNull Method (String)
Determines if the value in the column is null

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public bool IsNull(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean
See Also