ADO 삭제 방법


❮ 완전한 매개변수 개체 참조

Delete 메서드는 Parameters 컬렉션에서 개체를 제거합니다.

참고: 이 메서드는 Command 개체의 Parameters 컬렉션에서만 작동합니다.

통사론

objparameter.Delete index

Parameter Description
index The name or index (ordinal position in the collection) of the object you want to delete

❮ 완전한 매개변수 개체 참조