Table of Contents

Interface ISqlTableSource

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
public interface ISqlTableSource : ISqlExpression, IQueryElement, IEquatable<ISqlExpression>, ISqlExpressionWalkable
Inherited Members
Extension Methods

Properties

All

SqlField All { get; }

Property Value

SqlField

SourceID

int SourceID { get; }

Property Value

int

SqlTableType

SqlTableType SqlTableType { get; }

Property Value

SqlTableType

Methods

GetKeys(bool)

IList<ISqlExpression> GetKeys(bool allIfEmpty)

Parameters

allIfEmpty bool

Returns

IList<ISqlExpression>