Class TableDefinition
Contains the definition of an sql table
Inheritance
System.Object
TableDefinition
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 TableDefinition
Constructors
| Improve this Doc View SourceTableDefinition()
Create table definition
Declaration
public TableDefinition()
Properties
| Improve this Doc View SourceColumns
Column list
Declaration
public IList<ColumnDefinition> Columns { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ColumnDefinition> |