Show / Hide Table of Contents

    Interface ISqlPart

    Subquery base interface

    Inherited Members
    IDataSource.SourceType
    IDataSource.Alias
    IDataSource.IsBase
    IDataSource.GetFields()
    IDataSource.GetFields(Type)
    IDataSource.GetField(String, String, String)
    IDataSource.GetField(String, String, String, String)
    ICloneable.Clone()
    Namespace: XData.DataSource.Structure
    Assembly: XData.docfx.dll
    Syntax
    public interface ISqlPart : IDataSource, ICloneable

    Properties

    | Improve this Doc View Source

    Dynamic

    Subquery dynamic flag

    Declaration
    bool Dynamic { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    ObjectType

    Subquery object type name

    Declaration
    string ObjectType { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Structure

    Subquery structure

    Declaration
    IDataStructure Structure { get; }
    Property Value
    Type Description
    IDataStructure

    Methods

    | Improve this Doc View Source

    FindTempTables()

    Find temporary tables recursive

    Declaration
    IEnumerable<ITempTable> FindTempTables()
    Returns
    Type Description
    IEnumerable<ITempTable>

    Found temporary tables sequence

    Extension Methods

    SerializationExtensions.ToXml<T>(T)
    CollectionsExtensions.SetValue<TKey, T>(TKey, T)
    CollectionsExtensions.AsEnum<T>(T)
    DataObjectQueryableExtensions.CompareVariable(Object, FilterOperation, String)
    Processing.Do<T>(T, Action<IProcess<T>>[])
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>)
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>, TResult)
    TypeExtensions.ChangeType<T>(Object)
    TypeExtensions.ChangeType(Object, Type)
    TypeExtensions.InvokeMethod<TRet>(Object, Type[], Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Type[], Expression<Action>, BindingFlags)
    TypeExtensions.InvokeMethod<TRet>(Object, Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Expression<Action>, BindingFlags)
    SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)
    QueryDescriptionExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IQueryStructureAdapter, TResult>>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX