EntityParameterCollection.Insert 메서드

정의

EntityParameterEntityParameterCollection 개체를 삽입합니다.

오버로드

Insert(Int32, EntityParameter)

EntityParameter의 지정된 인덱스에 EntityParameterCollection 개체를 삽입합니다.

Insert(Int32, Object)

Object의 지정된 인덱스에 EntityParameterCollection를 삽입합니다.

Insert(Int32, EntityParameter)

EntityParameter의 지정된 인덱스에 EntityParameterCollection 개체를 삽입합니다.

public:
 void Insert(int index, System::Data::EntityClient::EntityParameter ^ value);
public void Insert (int index, System.Data.EntityClient.EntityParameter value);
override this.Insert : int * System.Data.EntityClient.EntityParameter -> unit
Public Sub Insert (index As Integer, value As EntityParameter)

매개 변수

index
Int32

값을 삽입할 인덱스(0부터 시작)입니다.

value
EntityParameter

EntityParameter에 삽입할 EntityParameterCollection 개체입니다.

적용 대상

Insert(Int32, Object)

Object의 지정된 인덱스에 EntityParameterCollection를 삽입합니다.

public:
 override void Insert(int index, System::Object ^ value);
public override void Insert (int index, object value);
override this.Insert : int * obj -> unit
Public Overrides Sub Insert (index As Integer, value As Object)

매개 변수

index
Int32

값을 삽입할 인덱스(0부터 시작)입니다.

value
Object

Object에 삽입할 EntityParameterCollection입니다.

적용 대상