ColumnMetadataAllowNulls Property |
True if nulls are allowed for the column
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool AllowNulls { get; }
Public ReadOnly Property AllowNulls As Boolean
Get
public:
property bool AllowNulls {
bool get ();
}
member AllowNulls : bool with get
Property Value
Type:
Boolean
See Also