EntityParameterCollection 클래스

정의

EntityCommand와 관련된 매개 변수 컬렉션을 나타냅니다.

public ref class EntityParameterCollection sealed : System::Data::Common::DbParameterCollection
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에 복사합니다.

CreateObjRef(Type)

원격 개체와 통신하는 데 사용되는 프록시 생성에 필요한 모든 관련 정보가 들어 있는 개체를 만듭니다.

(다음에서 상속됨 MarshalByRefObject)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

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

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetLifetimeService()
사용되지 않음.

이 인스턴스의 수명 정책을 제어하는 현재의 수명 서비스 개체를 검색합니다.

(다음에서 상속됨 MarshalByRefObject)
GetParameter(Int32)

컬렉션의 지정된 인덱스에 있는 DbParameter 개체를 반환합니다.

(다음에서 상속됨 DbParameterCollection)
GetParameter(String)

지정된 이름의 DbParameter 개체를 반환합니다.

(다음에서 상속됨 DbParameterCollection)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
IndexOf(EntityParameter)

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

IndexOf(Object)

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

IndexOf(String)

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

InitializeLifetimeService()
사용되지 않음.

이 인스턴스의 수명 정책을 제어하는 수명 서비스 개체를 가져옵니다.

(다음에서 상속됨 MarshalByRefObject)
Insert(Int32, EntityParameter)

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

Insert(Int32, Object)

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

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
MemberwiseClone(Boolean)

현재 MarshalByRefObject 개체의 단순 복사본을 만듭니다.

(다음에서 상속됨 MarshalByRefObject)
Remove(EntityParameter)

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

Remove(Object)

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

RemoveAt(Int32)

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

RemoveAt(String)

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

SetParameter(Int32, DbParameter)

지정된 인덱스에 있는 DbParameter 개체를 새 값으로 설정합니다.

(다음에서 상속됨 DbParameterCollection)
SetParameter(String, DbParameter)

지정된 이름의 DbParameter 개체를 새 값으로 설정합니다.

(다음에서 상속됨 DbParameterCollection)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

IDataParameterCollection.Item[String]

지정한 인덱스에 있는 매개 변수를 가져오거나 설정합니다.

(다음에서 상속됨 DbParameterCollection)
IList.Item[Int32]

지정한 인덱스에 있는 요소를 가져오거나 설정합니다.

(다음에서 상속됨 DbParameterCollection)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상