Definition at line 23 of file UserSessionExtensions.cs.
Definition at line 33 of file UserSessionExtensions.cs.
34 string tableType = session.GetTableType(tableName);
36 return new FetchViewNode(tableName, aliasedName);
38 return new FetchTableNode(tableName, aliasedName);
Provides the constant names of the types of tables in a database system.
Definition at line 24 of file UserSessionExtensions.cs.
25 var tableInfo = session.GetTableInfo(tableName);
27 tableInfo = tableInfo.Alias(alias);
30 return new TableQueryInfo(session, tableInfo, tableName, alias);
The documentation for this class was generated from the following file: