Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
ADO Parameters Collection >> Delete MethodThe Delete method deletes an object from the Parameters collection. You must call the Update method of the Fields Collection to make this deletion. This method has one parameter. Syntax
Remarks: Using the Delete method on a collection lets you remove one of the objects in the collection. This method is available only on the Parameters collection of a Command object. You must use the Parameter object's Name property or its collection index when calling the Delete method—an object variable is not a valid argument. Example
|