Search Results for

    Show / Hide Table of Contents

    Class AdoHelper

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

    Methods

    FormatValue(string)

    Declaration
    public static string FormatValue(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    string

    GetIntValue(object)

    Declaration
    public static int? GetIntValue(object val)
    Parameters
    Type Name Description
    object val
    Returns
    Type Description
    int?

    GetStringValue(object)

    Declaration
    public static string GetStringValue(object val)
    Parameters
    Type Name Description
    object val
    Returns
    Type Description
    string
    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.