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 SourceReadAnonymousTypeAfInfo(ReadAnonymousTypeInfo, String)
Declaration
public ReadAnonymousTypeAfInfo(ReadAnonymousTypeInfo map, string field)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadAnonymousTypeInfo | map | |
| System.String | field |
Properties
| Improve this Doc View Sourcefield
Declaration
public string field { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
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>> |
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>> |
map
Declaration
public ReadAnonymousTypeInfo map { get; }
Property Value
| Type | Description |
|---|---|
| ReadAnonymousTypeInfo |