Show / Hide Table of Contents

    Interface ISqlTableAdapter

    Namespace: XData.Database.SqlBlock
    Assembly: XData.docfx.dll
    Syntax
    public interface ISqlTableAdapter

    Methods

    | Improve this Doc View Source

    Field(String, DbType)

    Declaration
    void Field(string fieldName, DbType dbType)
    Parameters
    Type Name Description
    String fieldName
    DbType dbType
    | Improve this Doc View Source

    Field(String, DbType, Int32)

    Declaration
    void Field(string fieldName, DbType dbType, int length)
    Parameters
    Type Name Description
    String fieldName
    DbType dbType
    Int32 length
    | Improve this Doc View Source

    Field(String, String)

    Declaration
    void Field(string fieldName, string nativeSqlType)
    Parameters
    Type Name Description
    String fieldName
    String nativeSqlType
    | Improve this Doc View Source

    Field(String, String, Int32)

    Declaration
    void Field(string fieldName, string nativeSqlType, int length)
    Parameters
    Type Name Description
    String fieldName
    String nativeSqlType
    Int32 length
    | Improve this Doc View Source

    Field(String, SqlType)

    Declaration
    void Field(string fieldName, SqlType sqlType)
    Parameters
    Type Name Description
    String fieldName
    SqlType sqlType

    Extension Methods

    SerializationExtensions.ToXml<T>(T)
    CollectionsExtensions.SetValue<TKey, T>(TKey, T)
    CollectionsExtensions.AsEnum<T>(T)
    DataObjectQueryableExtensions.CompareVariable(Object, FilterOperation, String)
    Processing.Do<T>(T, Action<IProcess<T>>[])
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>)
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>, TResult)
    TypeExtensions.ChangeType<T>(Object)
    TypeExtensions.ChangeType(Object, Type)
    TypeExtensions.InvokeMethod<TRet>(Object, Type[], Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Type[], Expression<Action>, BindingFlags)
    TypeExtensions.InvokeMethod<TRet>(Object, Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Expression<Action>, BindingFlags)
    SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)
    QueryDescriptionExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IQueryStructureAdapter, TResult>>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX