Show / Hide Table of Contents

    Class DialectConfig

    SQL dialect configuration section

    Inheritance
    Object
    DialectConfig
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: XData.Interfaces
    Assembly: XData.docfx.dll
    Syntax
    public sealed class DialectConfig
    Remarks

    WARNING! All attributes are required!

    Examples
    <dialect name="MSSQL" file="C:\XData\XMsSqlDialect.dll"/>

    Properties

    | Improve this Doc View Source

    AssemblyName

    Adapter assembly name

    Declaration
    public string AssemblyName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Config

    Adapter configuration

    Declaration
    public IConfiguration Config { get; set; }
    Property Value
    Type Description
    IConfiguration
    | Improve this Doc View Source

    Name

    Adapter name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String
    Remarks

    Mast be the same as DialectName

    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>>)

    See Also

    Name
    AssemblyName
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX