Skip to main content

ColumnSchema

Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public class ColumnSchema : object

Properties

ColumnName

View Source
Declaration
public string ColumnName { get; set; }

ColumnOrdinal

View Source
Declaration
public int ColumnOrdinal { get; set; }

ColumnSize

View Source
Declaration
public int ColumnSize { get; set; }

NumericPrecision

View Source
Declaration
public int NumericPrecision { get; set; }

NumericScale

View Source
Declaration
public int NumericScale { get; set; }

IsUnique

View Source
Declaration
public bool IsUnique { get; set; }

IsKey

View Source
Declaration
public bool IsKey { get; set; }

BaseServerName

View Source
Declaration
public string BaseServerName { get; set; }

BaseCatalogName

View Source
Declaration
public string BaseCatalogName { get; set; }

BaseColumnName

View Source
Declaration
public string BaseColumnName { get; set; }

BaseSchemaName

View Source
Declaration
public string BaseSchemaName { get; set; }

BaseTableName

View Source
Declaration
public string BaseTableName { get; set; }

DataType

View Source
Declaration
public Type DataType { get; set; }

AllowDBNull

View Source
Declaration
public bool AllowDBNull { get; set; }

ProviderType

View Source
Declaration
public int ProviderType { get; set; }

IsAliased

View Source
Declaration
public bool IsAliased { get; set; }

IsExpression

View Source
Declaration
public bool IsExpression { get; set; }

IsAutoIncrement

View Source
Declaration
public bool IsAutoIncrement { get; set; }

IsRowVersion

View Source
Declaration
public bool IsRowVersion { get; set; }

IsHidden

View Source
Declaration
public bool IsHidden { get; set; }

IsLong

View Source
Declaration
public bool IsLong { get; set; }

IsReadOnly

View Source
Declaration
public bool IsReadOnly { get; set; }

ProviderSpecificDataType

View Source
Declaration
public Type ProviderSpecificDataType { get; set; }

DefaultValue

View Source
Declaration
public object DefaultValue { get; set; }

DataTypeName

View Source
Declaration
public string DataTypeName { get; set; }

CollationType

View Source
Declaration
public string CollationType { get; set; }

ColumnDefinition

View Source
Declaration
public string ColumnDefinition { get; }

Methods

ToString()

View Source
Declaration
public override string ToString()
Returns

System.String