| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal value As QueryParameter _ ) As Integer | |
| C# | |
|---|---|
public int IndexOf( QueryParameter value ) | |
Parameters
- value
- The QueryParameter object to locate in the QueryParameterCollection.
| DataDynamics.Reports | Support Forum |
| IndexOf Method | |
| See Also | |
|
| DataDynamics.Reports.ReportObjectModel Namespace > QueryParameterCollection Class : IndexOf Method |
| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal value As QueryParameter _ ) As Integer | |
| C# | |
|---|---|
public int IndexOf( QueryParameter value ) | |