Search Results for

    Show / Hide Table of Contents

    Class ReadAnonymousTypeAfInfo

    Inheritance
    System.Object
    ReadAnonymousTypeAfInfo
    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.Model
    Assembly: FreeSql.dll
    Syntax
    public class ReadAnonymousTypeAfInfo

    Constructors

    | Improve this Doc View Source

    ReadAnonymousTypeAfInfo(ReadAnonymousTypeInfo, String)

    Declaration
    public ReadAnonymousTypeAfInfo(ReadAnonymousTypeInfo map, string field)
    Parameters
    Type Name Description
    ReadAnonymousTypeInfo map
    System.String field

    Properties

    | Improve this Doc View Source

    field

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

    fillIncludeMany

    Declaration
    public List<NativeTuple<string, IList, int>> fillIncludeMany { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<NativeTuple<System.String, System.Collections.IList, System.Int32>>
    | Improve this Doc View Source

    fillSubSelectMany

    Declaration
    public List<NativeTuple<Expression, IList, int>> fillSubSelectMany { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<NativeTuple<System.Linq.Expressions.Expression, System.Collections.IList, System.Int32>>
    | Improve this Doc View Source

    map

    Declaration
    public ReadAnonymousTypeInfo map { get; }
    Property Value
    Type Description
    ReadAnonymousTypeInfo
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX