Show / Hide Table of Contents

    Class FieldInfo

    Field information

    Inheritance
    Object
    FieldInfo
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: XData.Database
    Assembly: XData.docfx.dll
    Syntax
    [Serializable]
    public sealed class FieldInfo

    Properties

    | Improve this Doc View Source

    IsAutoIncrement

    Auto increment flag

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

    IsPk

    Primary key flag

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

    Name

    Field name

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

    NativeDataType

    Field native data type

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

    Scale

    Field scale

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

    Size

    Field size

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

    Type

    Field type

    Declaration
    public DbType Type { get; set; }
    Property Value
    Type Description
    DbType

    Methods

    | Improve this Doc View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A string that represents the current object.

    Overrides
    Object.ToString()

    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