다음을 통해 공유


EntityParameterCollection.Insert 메서드

정의

오버로드

Insert(Int32, EntityParameter)

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

Insert(Int32, Object)

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

Insert(Int32, EntityParameter)

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

public void Insert(int index, System.Data.Entity.Core.EntityClient.EntityParameter value);
override this.Insert : int * System.Data.Entity.Core.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, 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 .

적용 대상