dotnetCHARTING Send comments on this topic.
StoredProcedure Property
See Also 
dotnetCHARTING Namespace > DataEngine Class : StoredProcedure Property


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

Visual Basic (Declaration) 
Public Property StoredProcedure As String
Visual Basic (Usage)Copy Code
Dim instance As DataEngine
Dim value As String
 
instance.StoredProcedure = value
 
value = instance.StoredProcedure
C# 
public string StoredProcedure {get; set;}

Example

Remarks

Stored Procedures also work with parameters, see the AddParameter method.
See Getting Started > Tutorials > Connecting to Data for more info.

See Also

© 2010 All Rights Reserved.