| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Parameters As ICollection(Of QueryParameter) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ParameterizedEsql Dim value As ICollection(Of QueryParameter) value = instance.Parameters | |
| C# | |
|---|---|
public ICollection<QueryParameter> Parameters {get;} | |
| C++/CLI | |
|---|---|
public: property ICollection<QueryParameter^>^ Parameters { ICollection<QueryParameter^>^ get(); } | |
You cannot add or remove parameters although you can change values of the individual parameters in the list.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family