Click or drag to resize

SchemaInfoCollectionIsNullable Method

Returns true if the specified column is nullable. If the column is unknown then false is returned.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool IsNullable(
	string columnName
)

Parameters

columnName
Type: SystemString
The name of the column.

Return Value

Type: Boolean
True if the column is nullable, else false.
See Also