Search Results for

    Show / Hide Table of Contents

    Class ReadAnonymousTypeOtherInfo

    Inheritance
    System.Object
    ReadAnonymousTypeOtherInfo
    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 ReadAnonymousTypeOtherInfo

    Constructors

    | Improve this Doc View Source

    ReadAnonymousTypeOtherInfo(String, ReadAnonymousTypeInfo, List<Object>)

    Declaration
    public ReadAnonymousTypeOtherInfo(string field, ReadAnonymousTypeInfo read, List<object> retlist)
    Parameters
    Type Name Description
    System.String field
    ReadAnonymousTypeInfo read
    System.Collections.Generic.List<System.Object> retlist

    Properties

    | Improve this Doc View Source

    field

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

    read

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

    retlist

    Declaration
    public List<object> retlist { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX