Class SelectTableInfo
Inheritance
System.Object
SelectTableInfo
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 SelectTableInfo
Properties
| Improve this Doc View SourceAlias
Declaration
public string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AliasInit
Declaration
public string AliasInit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Cascade
Declaration
public string Cascade { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CascadeBefore
Declaration
public string CascadeBefore { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NavigateCondition
Declaration
public string NavigateCondition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
On
Declaration
public string On { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Parameter
Declaration
public ParameterExpression Parameter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Linq.Expressions.ParameterExpression |
Table
Declaration
public TableInfo Table { get; set; }
Property Value
| Type | Description |
|---|---|
| TableInfo |
Type
Declaration
public SelectTableInfoType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| SelectTableInfoType |