Show / Hide Table of Contents

    Enum HintType

    Hint type

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

    Fields

    Name Description
    All
    Delete
    Insert
    Select
    Update

    Extension Methods

    SerializationExtensions.ToXml<HintType>()
    CollectionsExtensions.SetValue<HintType, T>(T)
    CollectionsExtensions.AsEnum<HintType>()
    DataObjectQueryableExtensions.CompareVariable(FilterOperation, String)
    Processing.Do<HintType>(Action<IProcess<HintType>>[])
    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<HintType, TResult>(Expression<Func<IBlockQueryAdapter, TResult>>)
    QueryDescriptionExtensions.SetExpression<HintType, TResult>(Expression<Func<IQueryStructureAdapter, TResult>>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX