Search Results for

    Show / Hide Table of Contents

    Class ColumnInfo

    Inheritance
    object
    ColumnInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: FluentMigrator.Runner.Processors.Firebird
    Assembly: FluentMigrator.Runner.Firebird.dll
    Syntax
    public sealed class ColumnInfo

    Properties

    CharacterLength

    Declaration
    public int? CharacterLength { get; }
    Property Value
    Type Description
    int?

    CustomType

    Declaration
    public string CustomType { get; }
    Property Value
    Type Description
    string

    DBType

    Declaration
    public DbType? DBType { get; }
    Property Value
    Type Description
    DbType?

    DefaultValue

    Declaration
    public object DefaultValue { get; }
    Property Value
    Type Description
    object

    FieldSubType

    Declaration
    public int? FieldSubType { get; }
    Property Value
    Type Description
    int?

    FieldType

    Declaration
    public int? FieldType { get; }
    Property Value
    Type Description
    int?

    FieldTypeName

    Declaration
    public string FieldTypeName { get; }
    Property Value
    Type Description
    string

    IsNullable

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

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Position

    Declaration
    public int Position { get; }
    Property Value
    Type Description
    int

    Precision

    Declaration
    public int? Precision { get; }
    Property Value
    Type Description
    int?

    Size

    Declaration
    public int? Size { get; }
    Property Value
    Type Description
    int?

    TableName

    Declaration
    public string TableName { get; }
    Property Value
    Type Description
    string

    Methods

    Read(FirebirdProcessor, TableInfo)

    Declaration
    public static List<ColumnInfo> Read(FirebirdProcessor processor, TableInfo table)
    Parameters
    Type Name Description
    FirebirdProcessor processor
    TableInfo table
    Returns
    Type Description
    List<ColumnInfo>
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.