View Source
  Class ColumnInfo
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
  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 |  |