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 SourceReadAnonymousTypeOtherInfo(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 Sourcefield
Declaration
public string field { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
read
Declaration
public ReadAnonymousTypeInfo read { get; }
Property Value
| Type | Description |
|---|---|
| ReadAnonymousTypeInfo |
retlist
Declaration
public List<object> retlist { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Object> |