Interface ISqlTableSource
Inherited Members
Namespace: LinqToDB.SqlQuery
Assembly: linq2db.dll
Syntax
public interface ISqlTableSource : ISqlExpression, IQueryElement, IEquatable<ISqlExpression>, ISqlExpressionWalkable
Properties
| Improve this Doc View SourceAll
Declaration
SqlField All { get; }
Property Value
Type | Description |
---|---|
SqlField |
SourceID
Declaration
int SourceID { get; }
Property Value
Type | Description |
---|---|
int |
SqlTableType
Declaration
SqlTableType SqlTableType { get; }
Property Value
Type | Description |
---|---|
SqlTableType |
Methods
| Improve this Doc View SourceGetKeys(bool)
Declaration
IList<ISqlExpression> GetKeys(bool allIfEmpty)
Parameters
Type | Name | Description |
---|---|---|
bool | allIfEmpty |
Returns
Type | Description |
---|---|
IList<ISqlExpression> |