Search Results for

    Show / Hide Table of Contents

    Class Select0Provider<TSelect, T1>.GetAllFieldExpressionTreeInfo

    Inheritance
    System.Object
    Select0Provider<TSelect, T1>.GetAllFieldExpressionTreeInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FreeSql.Internal.CommonProvider
    Assembly: FreeSql.dll
    Syntax
    public class GetAllFieldExpressionTreeInfo

    Properties

    | Improve this Doc View Source

    Field

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

    FieldCount

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

    Read

    Declaration
    public Func<IFreeSql, DbDataReader, T1> Read { get; set; }
    Property Value
    Type Description
    System.Func<IFreeSql, System.Data.Common.DbDataReader, T1>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX