Search Results for

    Show / Hide Table of Contents

    Interface IColumnDataType

    Namespace: FluentMigrator.Model
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IColumnDataType

    Properties

    CollationName

    Gets or sets the collation name if the column has a string or ansi string type

    Declaration
    string CollationName { get; set; }
    Property Value
    Type Description
    string

    CustomType

    Gets or sets a database specific custom column type

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

    Precision

    Gets or sets the column type precision (read: scale)

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

    Size

    Gets or sets the column type size (read: precision or length)

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

    Type

    Gets or sets the column type

    Declaration
    DbType? Type { get; set; }
    Property Value
    Type Description
    DbType?
    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.