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



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

Syntax

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

See Also