Search Results for

    Show / Hide Table of Contents

    Class DataTypeHelper

    Inheritance
    System.Object
    DataTypeHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: SqlDotNet.Compiler
    Assembly: SqlDotNet.dll
    Syntax
    public class DataTypeHelper

    Methods

    | Improve this Doc View Source

    StringValueToObject(String, DataType)

    Declaration
    public static object StringValueToObject(string value, DataType type)
    Parameters
    Type Name Description
    System.String value
    DataType type
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    StrToDataType(String)

    Convert a string to its datatype, i4 --> DataType.Int32

    Declaration
    public static DataType StrToDataType(string strType)
    Parameters
    Type Name Description
    System.String strType
    Returns
    Type Description
    DataType
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx