Show / Hide Table of Contents

    Interface IMergeAttributeAdapter

    Merge role structure adapter

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

    Methods

    | Improve this Doc View Source

    Insert()

    SQL value is used to insert into field on merge

    Declaration
    IStructureFlag Insert()
    Returns
    Type Description
    IStructureFlag

    Structure flag

    | Improve this Doc View Source

    Insert(DefaultType)

    SQL value is used to insert into field on merge

    Declaration
    IStructureFlag Insert(DefaultType defaultType)
    Parameters
    Type Name Description
    DefaultType defaultType

    Default value type

    Returns
    Type Description
    IStructureFlag

    Structure flag

    | Improve this Doc View Source

    Insert(DefaultType, Object)

    SQL value is used to insert into field on merge

    Declaration
    IStructureFlag Insert(DefaultType defaultType, object defaultValue)
    Parameters
    Type Name Description
    DefaultType defaultType

    Default value type

    Object defaultValue

    Default value

    Returns
    Type Description
    IStructureFlag

    Structure flag

    | Improve this Doc View Source

    Link()

    SQL value linked to field on merge

    Declaration
    IStructureFlag Link()
    Returns
    Type Description
    IStructureFlag

    Structure flag

    | Improve this Doc View Source

    Source(String)

    SQL value linked to field on merge

    Declaration
    IStructureFlag Source(string fieldName)
    Parameters
    Type Name Description
    String fieldName

    Default value

    Returns
    Type Description
    IStructureFlag

    Structure flag

    | Improve this Doc View Source

    Update()

    SQL value is used to update field on merge

    Declaration
    IStructureFlag Update()
    Returns
    Type Description
    IStructureFlag

    Structure flag

    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