StoredProcedure Property (DataEngine)
This property accepts the name of a stored procedure to be used in place of the SqlStatement property in order to obtain data for the chart.
Syntax
'Declaration Public Property StoredProcedure As String
'Usage Dim instance As DataEngine Dim value As String instance.StoredProcedure = value value = instance.StoredProcedure
public string StoredProcedure {get; set;}
Remarks
Stored Procedures also work with parameters, see the AddParameter(String,String,FieldType) method.
See Getting Started > Tutorials > Connecting to Data for more info.
See Getting Started > Tutorials > Connecting to Data for more info.
Example
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also