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
)
Public Function IsNullable (
columnName As String
) As Boolean
Parameters
- columnName
- Type: SystemString
The name of the column.
Return Value
Type:
BooleanTrue if the column is nullable, else false.
See Also