Class ColumnInfo
Assembly: FluentMigrator.Runner.Firebird.dll
Syntax
public sealed class ColumnInfo
Properties
|
Edit this page
View Source
CharacterLength
Declaration
public int? CharacterLength { get; }
Property Value
|
Edit this page
View Source
CustomType
Declaration
public string CustomType { get; }
Property Value
|
Edit this page
View Source
DBType
Declaration
public DbType? DBType { get; }
Property Value
|
Edit this page
View Source
DefaultValue
Declaration
public object DefaultValue { get; }
Property Value
|
Edit this page
View Source
FieldSubType
Declaration
public int? FieldSubType { get; }
Property Value
|
Edit this page
View Source
FieldType
Declaration
public int? FieldType { get; }
Property Value
|
Edit this page
View Source
FieldTypeName
Declaration
public string FieldTypeName { get; }
Property Value
|
Edit this page
View Source
IsNullable
Declaration
public bool IsNullable { get; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
Position
Declaration
public int Position { get; }
Property Value
|
Edit this page
View Source
Precision
Declaration
public int? Precision { get; }
Property Value
|
Edit this page
View Source
TableName
Declaration
public string TableName { get; }
Property Value
Methods
|
Edit this page
View Source
Read(FirebirdProcessor, TableInfo)
Declaration
public static List<ColumnInfo> Read(FirebirdProcessor processor, TableInfo table)
Parameters
Returns