Show / Hide Table of Contents

    Enum XDataAdapterExceptionType

    XData adapter exception types

    Namespace: XData.Exceptions
    Assembly: XData.docfx.dll
    Syntax
    public enum XDataAdapterExceptionType

    Fields

    Name Description
    AdapterClassNotFoundError

    Adapter class not found

    AdapterConstructorFailedError

    Adapter constructor failed

    ComplexPrimaryKeyNotSupportedError

    Complex primary key is not supported in this case

    FunctionIsNotSupportedError

    Function is not supported

    GetSqlSyntaxTemplateError

    SQL syntax not provided by adapter error

    SqlBlockProceduralSyntaxNotSupportedError

    SQL block procedural syntax is not supported

    SqlBuilderClassNotFoundError

    Sql builder class not found

    SqlBuilderConstructorFailedError

    Sql builder constructor failed

    SyntaxNotSupportedError

    SQL syntax construction is not supported

    TypeNotSupportedError

    Data type is not supported

    Extension Methods

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