25 var tableInfo = session.GetTableInfo(tableName);
27 tableInfo = tableInfo.Alias(alias);
34 string tableType = session.GetTableType(tableName);
41 #region TableQueryInfo
47 TableName = tableName;
48 AliasName = aliasName;
60 get {
return Session.CreateQueryPlan(TableName, AliasName); }
Describes the name of an object within a database.
A node element of a query plan tree. /summary>
This is a session that is constructed around a given user and a transaction, to the given database...
static IQueryPlanNode CreateQueryPlan(this ISession session, ObjectName tableName, ObjectName aliasedName)
An isolated session to a given database for a given user, encapsulating the transaction for operation...
Provides the constant names of the types of tables in a database system.
static ITableQueryInfo GetTableQueryInfo(this ISession session, ObjectName tableName, ObjectName alias)
TableQueryInfo(ISession session, TableInfo tableInfo, ObjectName tableName, ObjectName aliasName)
Defines the metadata properties of a table existing within a database.
The node for fetching a table from the current transaction.