StoredProcedureCollection.Item Property
Gets a StoredProcedure object in the collection by name or by index number.
Overload List
Name | Description |
---|---|
StoredProcedureCollection.Item (Int32) |
Gets a StoredProcedure object in the collection by index number.
|
StoredProcedureCollection.Item (String) |
Gets a StoredProcedure object in the collection by name.
|
StoredProcedureCollection.Item (String, String) |
Gets a StoredProcedure object in the collection by name and schema.
|