EntityParameterCollection.Insert 메서드

정의

에 개체를 EntityParameter 삽입합니다 EntityParameterCollection.

오버로드

Name Description
Insert(Int32, EntityParameter)

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

Insert(Int32, Object)

지정된 인덱스에 ObjectEntityParameterCollection 삽입합니다.

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)

지정된 인덱스에 ObjectEntityParameterCollection 삽입합니다.

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.

적용 대상