Show / Hide Table of Contents

    Enum DefaultFeature

    Default value features

    Namespace: XData
    Assembly: XData.docfx.dll
    Syntax
    [Flags]
    public enum DefaultFeature

    Fields

    Name Description
    SkipWhenAssigned

    Skip insert into table when PK value assigned explicitly

    UpdateWhenAssigned

    Change insert operation over table to update when PK value assigned explicitly

    UseOnInsert

    Use default value on insert (by default, always applied)

    UseOnUpdate

    Use default value on update

    Extension Methods

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