Search Results for

    Show / Hide Table of Contents

    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 Source

    TableDefinition()

    Create table definition

    Declaration
    public TableDefinition()

    Properties

    | Improve this Doc View Source

    Columns

    Column list

    Declaration
    public IList<ColumnDefinition> Columns { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ColumnDefinition>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx