Click or drag to resize
DynamicRecordIsNull Method

[This is preliminary documentation and is subject to change.]

Check if field fieldName is null (actually, DBNull)

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public bool IsNull(
	string fieldName
)

Parameters

fieldName
Type: SystemString

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecord.IsNull(System.String)"]

See Also