Class SqlSourceBase
public abstract class SqlSourceBase : SqlExpressionBase, ISqlTableSource, ISqlExpression, IQueryElement, IEquatable<ISqlExpression>
- Inheritance
-
SqlSourceBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SqlSourceBase()
protected SqlSourceBase()
SqlSourceBase(int)
protected SqlSourceBase(int sourceId)
Parameters
sourceIdint
Properties
All
public abstract SqlField All { get; }
Property Value
Source
public abstract ISqlTableSource Source { get; }
Property Value
SourceID
public int SourceID { get; }
Property Value
SqlTableType
public abstract SqlTableType SqlTableType { get; }
Property Value
Methods
GetKeys(bool)
public abstract IList<ISqlExpression> GetKeys(bool allIfEmpty)
Parameters
allIfEmptybool