Interface ISqlPart
Subquery base interface
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
public interface ISqlPart : IDataSource, ICloneable
Properties
| Improve this Doc View SourceDynamic
Subquery dynamic flag
Declaration
bool Dynamic { get; }
Property Value
Type | Description |
---|---|
Boolean |
ObjectType
Subquery object type name
Declaration
string ObjectType { get; }
Property Value
Type | Description |
---|---|
String |
Structure
Subquery structure
Declaration
IDataStructure Structure { get; }
Property Value
Type | Description |
---|---|
IDataStructure |
Methods
| Improve this Doc View SourceFindTempTables()
Find temporary tables recursive
Declaration
IEnumerable<ITempTable> FindTempTables()
Returns
Type | Description |
---|---|
IEnumerable<ITempTable> | Found temporary tables sequence |