dotnetCHARTING Send comments on this topic.
ParameterCollection Property
See Also 
dotnetCHARTING Namespace > Series Class : ParameterCollection Property



Gets or sets a collection of Parameter objects used in conjunction with StoredProcedure

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ParameterCollection As ParameterCollection
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ParameterCollection
 
value = instance.ParameterCollection
C# 
public ParameterCollection ParameterCollection {get;}
C++/CLI 
public:
property ParameterCollection^ ParameterCollection {
   ParameterCollection^ get();
}

See Also