The IDataProcedureParameters type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddParameter<(Of <<'(TDbParameter, TValue>)>>)(String, IField) |
Add a new parameter into the collection if it doesn't yet exist.
If it does, perform an update.
|
![]() | AddParameter<(Of <<'(TDbParameter, TValue>)>>)(String, Object) |
Add a new parameter into the collection if it doesn't yet exist.
If it does, perform an update.
|
![]() | AddParameter<(Of <<'(TDbParameter, TValue>)>>)(String, String) |
Add a new parameter into the collection if it doesn't yet exist.
If it does, perform an update.
|
![]() | Clear |
Clear all parameters out of a collection.
|
![]() | Contains |
Test the collection for a parameter item.
|
![]() | GetEnumerator |
Return the enumerator of the collection.
|
![]() | Remove |
Remove a parameter by its name.
|
![]() | RemoveAt |
Remove a parameter by its index position.
|
![]() | ToArray |
Retrieve all collection parameters as an array.
|