Search Results for

    Show / Hide Table of Contents

    Class ColumnInfo

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

    Constructors

    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

    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

    ColumnDefault

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

    ColumnName

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

    DataType

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

    IsNullable

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

    Ordinal

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

    TableName

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    • Constructors
      • 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