DbParameterCollection.RemoveAt 메서드

정의

컬렉션에서 지정된 DbParameter 개체를 제거합니다.

오버로드

RemoveAt(Int32)

지정된 DbParameter 개체를 컬렉션에서 제거합니다.

RemoveAt(String)

컬렉션에서 지정된 이름의 DbParameter 개체를 제거합니다.

RemoveAt(Int32)

Source:
DbParameterCollection.cs
Source:
DbParameterCollection.cs
Source:
DbParameterCollection.cs

지정된 DbParameter 개체를 컬렉션에서 제거합니다.

public:
 abstract void RemoveAt(int index);
public abstract void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public MustOverride Sub RemoveAt (index As Integer)

매개 변수

index
Int32

DbParameter 개체가 있는 인덱스입니다.

구현

추가 정보

적용 대상

RemoveAt(String)

Source:
DbParameterCollection.cs
Source:
DbParameterCollection.cs
Source:
DbParameterCollection.cs

컬렉션에서 지정된 이름의 DbParameter 개체를 제거합니다.

public:
 abstract void RemoveAt(System::String ^ parameterName);
public abstract void RemoveAt (string parameterName);
abstract member RemoveAt : string -> unit
Public MustOverride Sub RemoveAt (parameterName As String)

매개 변수

parameterName
String

제거할 DbParameter 개체의 이름입니다.

구현

추가 정보

적용 대상