Search Results for

    Show / Hide Table of Contents

    Class TypeMapBase

    Inheritance
    object
    TypeMapBase
    OracleTypeMap
    SqlAnywhere16TypeMap
    SqlServer2000TypeMap
    SqlServerCeTypeMap
    Implements
    ITypeMap
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Generators.Base
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public abstract class TypeMapBase : ITypeMap

    Constructors

    TypeMapBase()

    Declaration
    public TypeMapBase()

    Fields

    PrecisionPlaceholder

    Declaration
    protected const string PrecisionPlaceholder = "$precision"
    Field Value
    Type Description
    string

    Methods

    GetTypeMap(DbType, int, int)

    Declaration
    public virtual string GetTypeMap(DbType type, int size, int precision)
    Parameters
    Type Name Description
    DbType type
    int size
    int precision
    Returns
    Type Description
    string

    SetTypeMap(DbType, string)

    Declaration
    protected void SetTypeMap(DbType type, string template)
    Parameters
    Type Name Description
    DbType type
    string template

    SetTypeMap(DbType, string, int)

    Declaration
    protected void SetTypeMap(DbType type, string template, int maxSize)
    Parameters
    Type Name Description
    DbType type
    string template
    int maxSize

    SetupTypeMaps()

    Declaration
    protected abstract void SetupTypeMaps()

    Implements

    ITypeMap
    In this article
    • Constructors
      • TypeMapBase()
    • Fields
      • PrecisionPlaceholder
    • Methods
      • GetTypeMap(DbType, int, int)
      • SetTypeMap(DbType, string)
      • SetTypeMap(DbType, string, int)
      • SetupTypeMaps()
    • Implements
    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.