Show / Hide Table of Contents

    Enum ExistsOperation

    Exists subquery operation

    Namespace: XData
    Assembly: XData.docfx.dll
    Syntax
    public enum ExistsOperation

    Fields

    Name Description
    Exists

    Exists

    None

    Operation other

    NotExists

    Not exists

    Extension Methods

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