Class SelectColumnInfo
Inheritance
System.Object
SelectColumnInfo
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 SelectColumnInfo
Properties
| Improve this Doc View SourceColumn
Declaration
public ColumnInfo Column { get; set; }
Property Value
| Type | Description |
|---|---|
| ColumnInfo |
Table
Declaration
public SelectTableInfo Table { get; set; }
Property Value
| Type | Description |
|---|---|
| SelectTableInfo |