다음을 통해 공유


EntityParameterCollection 클래스

정의

EntityCommand에 사용되는 매개 변수 컬렉션을 나타내는 클래스

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")]
public sealed class EntityParameterCollection : System.Data.Common.DbParameterCollection
type EntityParameterCollection = class
    inherit DbParameterCollection
Public NotInheritable Class EntityParameterCollection
Inherits DbParameterCollection
상속
EntityParameterCollection
특성

속성

Count

의 요소 EntityParameterCollection 수를 포함하는 정수를 가져옵니다.

IsFixedSize

EntityParameterCollection의 크기가 고정되어 있는지 여부를 나타내는 값을 가져옵니다.

IsReadOnly

EntityParameterCollection이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

IsSynchronized

EntityParameterCollection이 동기화되었는지 여부를 나타내는 값을 가져옵니다.

Item[Int32]

지정된 인덱스의 EntityParameter를 가져옵니다.

Item[String]

지정된 이름을 가진 EntityParameter를 가져옵니다.

SyncRoot

에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 EntityParameterCollection 가져옵니다.

메서드

Add(EntityParameter)

지정된 EntityParameter 개체를 에 추가합니다 EntityParameterCollection .

Add(Object)

EntityParameterCollection에 지정한 개체를 추가합니다.

Add(String, DbType)

매개 변수 이름과 데이터 형식을 사용하여 EntityParameterEntityParameterCollection를 추가합니다.

Add(String, DbType, Int32)

매개 변수 이름, 데이터 형식 및 열 길이를 사용하여 EntityParameterEntityParameterCollection를 추가합니다.

AddRange(Array)

값의 배열을 의 끝에 추가합니다 EntityParameterCollection .

AddRange(EntityParameter[])

값의 EntityParameter 배열을 의 끝에 추가합니다 EntityParameterCollection .

AddWithValue(String, Object)

EntityParameterCollection 끝에 값을 추가합니다.

Clear()

에서 모든 EntityParameter 개체를 EntityParameterCollection 제거합니다.

Contains(Object)

지정된 Object 가 이 EntityParameterCollection 에 있는지 여부를 확인합니다.

Contains(String)

지정된 EntityParameter 가 이 EntityParameterCollection 에 있는지 여부를 확인합니다.

CopyTo(Array, Int32)

현재 EntityParameterCollection의 모든 요소를 지정된 대상 Array 인덱스부터 지정된 1차원 Array에 복사합니다.

CopyTo(EntityParameter[], Int32)

현재 EntityParameterCollection의 모든 요소를 지정된 대상 인덱스부터 지정된 EntityParameterCollection에 복사합니다.

GetEnumerator()

를 반복 EntityParameterCollection 하는 열거자를 반환합니다.

IndexOf(EntityParameter)

컬렉션에서 지정된 EntityParameter의 위치를 가져옵니다.

IndexOf(Object)

컬렉션에서 지정된 Object의 위치를 가져옵니다.

IndexOf(String)

지정된 이름을 가진 EntityParameter의 위치를 가져옵니다.

Insert(Int32, EntityParameter)

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

Insert(Int32, Object)

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

Remove(EntityParameter)

지정된 EntityParameter를 컬렉션에서 제거합니다.

Remove(Object)

지정된 매개 변수를 컬렉션에서 제거합니다.

RemoveAt(Int32)

EntityParameter의 지정된 인덱스에서 EntityParameterCollection를 제거합니다.

RemoveAt(String)

지정된 이름을 가진 EntityParameterEntityParameterCollection에서 제거합니다.

적용 대상