Search Results for

    Show / Hide Table of Contents
    View Source

    Class ColumnInfo

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

    Constructors

    View Source

    ColumnInfo(string, string, int, bool, string)

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

    ColumnInfo(string, string, int, string, string)

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

    ColumnInfo(string, string, int, string, string, string)

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

    Properties

    View Source

    ColumnDefault

    Declaration
    public string? ColumnDefault { get; set; }
    Property Value
    Type Description
    string
    View Source

    ColumnName

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

    DataType

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

    IsNullable

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

    Ordinal

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

    TableName

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX