ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StoredProcedure - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StoredProcedure

    Inheritance
    System.Object
    StoredProcedure
    Namespace: Syncfusion.Report.Data
    Assembly: Syncfusion.Report.Portable.dll
    Syntax
    public class StoredProcedure : Object

    Constructors

    StoredProcedure()

    Declaration
    public StoredProcedure()

    Properties

    CustomProperties

    Declaration
    public Dictionary<string, object> CustomProperties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Parameters

    Declaration
    public List<SParameter> Parameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SParameter>

    ProcedureInfo

    Declaration
    public List<TableInfo> ProcedureInfo { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TableInfo>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved