Class ReadAnonymousTypeInfo
Inheritance
System.Object
ReadAnonymousTypeInfo
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()
Assembly: FreeSql.dll
Syntax
public class ReadAnonymousTypeInfo
Fields
|
Improve this Doc
View Source
Childs
Declaration
public List<ReadAnonymousTypeInfo> Childs
Field Value
Properties
|
Improve this Doc
View Source
Consturctor
Declaration
public ConstructorInfo Consturctor { get; set; }
Property Value
| Type |
Description |
| System.Reflection.ConstructorInfo |
|
|
Improve this Doc
View Source
CsName
Declaration
public string CsName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
CsType
Declaration
public Type CsType { get; set; }
Property Value
| Type |
Description |
| System.Type |
|
|
Improve this Doc
View Source
DbField
Declaration
public string DbField { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
DbNestedField
Declaration
public string DbNestedField { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IncludeManyKey
Declaration
public string IncludeManyKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IsDefaultCtor
Declaration
public bool IsDefaultCtor { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsEntity
Declaration
public bool IsEntity { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
MapType
Declaration
public Type MapType { get; set; }
Property Value
| Type |
Description |
| System.Type |
|
|
Improve this Doc
View Source
Property
Declaration
public PropertyInfo Property { get; set; }
Property Value
| Type |
Description |
| System.Reflection.PropertyInfo |
|
|
Improve this Doc
View Source
ReflectionField
Declaration
public FieldInfo ReflectionField { get; set; }
Property Value
| Type |
Description |
| System.Reflection.FieldInfo |
|
|
Improve this Doc
View Source
SubSelectMany
Declaration
public Expression SubSelectMany { get; set; }
Property Value
| Type |
Description |
| System.Linq.Expressions.Expression |
|
|
Improve this Doc
View Source
Table
Declaration
public TableInfo Table { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CopyTo(ReadAnonymousTypeInfo)
Declaration
public void CopyTo(ReadAnonymousTypeInfo target)
Parameters
|
Improve this Doc
View Source
GetAllChilds(Int32)
Declaration
public List<ReadAnonymousTypeInfo> GetAllChilds(int maxDepth = 10)
Parameters
| Type |
Name |
Description |
| System.Int32 |
maxDepth |
|
Returns