Class ColumnDefinition
Defines column properties
Inheritance
System.Object
ColumnDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SqlDotNet.Schema
Assembly: SqlDotNet.dll
Syntax
public class ColumnDefinition
Properties
| Improve this Doc View SourceName
Name of the column
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotNull
If true, null values are not allowed, else false (default)
Declaration
public bool NotNull { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |