Show / Hide Table of Contents

    Class UdtSqlType

    User defined type (UDT) description

    Inheritance
    Object
    UdtSqlType
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: XData.Database.Adapter
    Assembly: XData.docfx.dll
    Syntax
    public sealed class UdtSqlType

    Properties

    | Improve this Doc View Source

    ElementSqlTypeName

    User defined type (UDT) element type name for parameter

    Declaration
    public string ElementSqlTypeName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    IsArray

    User defined type (UDT) collection is VARARRAY for parameter

    Declaration
    public bool IsArray { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    MappedType

    User defined type (UDT) mapped type

    Declaration
    public Type MappedType { get; set; }
    Property Value
    Type Description
    Type
    | Improve this Doc View Source

    SqlTypeName

    User defined type (UDT) name for parameter

    Declaration
    public string SqlTypeName { get; set; }
    Property Value
    Type Description
    String

    Extension Methods

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