Search Results for

    Show / Hide Table of Contents

    Class TableDefinition

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
    Assembly: cs.temp.dll.dll
    Syntax
    public class TableDefinition

    Constructors

    TableDefinition()

    Declaration
    public TableDefinition()

    Properties

    Columns

    Declaration
    public virtual ICollection<ColumnDefinition> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<ColumnDefinition>

    ForeignKeys

    Declaration
    public virtual ICollection<ForeignKeyDefinition> ForeignKeys { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<ForeignKeyDefinition>

    Indexes

    Declaration
    public virtual ICollection<IndexDefinition> Indexes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<IndexDefinition>

    Name

    Declaration
    public virtual string Name { get; set; }
    Property Value
    Type Description
    System.String

    SchemaName

    Declaration
    public virtual string SchemaName { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    • Constructors
      • TableDefinition()
    • Properties
      • Columns
      • ForeignKeys
      • Indexes
      • Name
      • SchemaName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX