Class StoredProcedure
Inheritance
System.Object
StoredProcedure
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class StoredProcedure : Object
Constructors
StoredProcedure()
Declaration
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> |
|