Class TableRef
Inheritance
System.Object
TableRef
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 TableRef
Properties
| Improve this Doc View SourceColumns
Declaration
public List<ColumnInfo> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ColumnInfo> |
Exception
Declaration
public Exception Exception { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Exception |
IsTempPrimary
Declaration
public bool IsTempPrimary { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
MiddleColumns
Declaration
public List<ColumnInfo> MiddleColumns { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ColumnInfo> |
Property
Declaration
public PropertyInfo Property { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Reflection.PropertyInfo |
RefColumns
Declaration
public List<ColumnInfo> RefColumns { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ColumnInfo> |
RefEntityType
Declaration
public Type RefEntityType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
RefMiddleEntityType
中间表,多对多
Declaration
public Type RefMiddleEntityType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Type |
RefType
Declaration
public TableRefType RefType { get; set; }
Property Value
| Type | Description |
|---|---|
| TableRefType |