Show / Hide Table of Contents

    Interface IProcedure

    Procedure based structure

    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 IProcedure : IDataSource, ICloneable

    Properties

    | Improve this Doc View Source

    CallBased

    SQL procedure/function is call based

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

    DefaultResultSet

    SQL stored procedure/function default result set name

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

    Hint

    SQL stored procedure/function hint

    Declaration
    HintInfo Hint { get; }
    Property Value
    Type Description
    HintInfo
    | Improve this Doc View Source

    Name

    SQL stored procedure/function full qualified name

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

    Parameters

    SQL stored procedure/function parameters descriptions

    Declaration
    IEnumerable<IParameterDescription> Parameters { get; }
    Property Value
    Type Description
    IEnumerable<IParameterDescription>
    | Improve this Doc View Source

    ProcedureType

    SQL stored procedure/function type

    Declaration
    ProcedureType ProcedureType { get; }
    Property Value
    Type Description
    ProcedureType
    See Also
    ProcedureType

    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