Show / Hide Table of Contents

    Enum CredentialsType

    Database credentials type

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

    Fields

    Name Description
    DbIntegratedSecurity

    Database integrated security

    DbLogin

    Database login

    DbPassword

    Database login password

    DbSchema

    Database schema name

    DbServer

    Database server name

    Extension Methods

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