Search Results for

    Show / Hide Table of Contents
    View Source

    Class ColumnInfo

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.SqlSyntax
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ColumnInfo

    Constructors

    View Source

    ColumnInfo(String, String, Int32, Boolean, String)

    Declaration
    public ColumnInfo(string tableName, string columnName, int ordinal, bool isNullable, string dataType)
    Parameters
    Type Name Description
    System.String tableName
    System.String columnName
    System.Int32 ordinal
    System.Boolean isNullable
    System.String dataType
    View Source

    ColumnInfo(String, String, Int32, String, String)

    Declaration
    public ColumnInfo(string tableName, string columnName, int ordinal, string isNullable, string dataType)
    Parameters
    Type Name Description
    System.String tableName
    System.String columnName
    System.Int32 ordinal
    System.String isNullable
    System.String dataType
    View Source

    ColumnInfo(String, String, Int32, String, String, String)

    Declaration
    public ColumnInfo(string tableName, string columnName, int ordinal, string columnDefault, string isNullable, string dataType)
    Parameters
    Type Name Description
    System.String tableName
    System.String columnName
    System.Int32 ordinal
    System.String columnDefault
    System.String isNullable
    System.String dataType

    Properties

    View Source

    ColumnDefault

    Declaration
    public string ColumnDefault { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ColumnName

    Declaration
    public string ColumnName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    DataType

    Declaration
    public string DataType { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    IsNullable

    Declaration
    public bool IsNullable { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Ordinal

    Declaration
    public int Ordinal { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    TableName

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ColumnInfo(String, String, Int32, Boolean, String)
      • ColumnInfo(String, String, Int32, String, String)
      • ColumnInfo(String, String, Int32, String, String, String)
    • Properties
      • ColumnDefault
      • ColumnName
      • DataType
      • IsNullable
      • Ordinal
      • TableName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX