EntityParameterCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 연결된 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
- 상속
속성
| Name | Description |
|---|---|
| Count |
에 있는 요소 EntityParameterCollection수가 들어 있는 정수를 가져옵니다. |
| IsFixedSize |
EntityParameterCollection 고정 크기인지 여부를 나타내는 값을 가져옵니다. |
| IsReadOnly |
EntityParameterCollection 읽기 전용인지 여부를 나타내는 값을 가져옵니다. |
| IsSynchronized |
동기화되는지 여부를 EntityParameterCollection 나타내는 값을 가져옵니다. |
| Item[Int32] |
지정된 인덱스에서 EntityParameter 가져옵니다. |
| Item[String] |
EntityParameter 지정된 이름을 가진 값을 가져옵니다. |
| SyncRoot |
EntityParameterCollection대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다. |
메서드
명시적 인터페이스 구현
| Name | Description |
|---|---|
| IDataParameterCollection.Item[String] |
지정된 인덱스에서 매개 변수를 가져오거나 설정합니다. (다음에서 상속됨 DbParameterCollection) |
| IList.Item[Int32] |
지정된 인덱스에서 요소를 가져오거나 설정합니다. (다음에서 상속됨 DbParameterCollection) |
확장명 메서드
| Name | Description |
|---|---|
| AsParallel(IEnumerable) |
쿼리의 병렬 처리를 사용하도록 설정합니다. |
| AsQueryable(IEnumerable) |
IEnumerable IQueryable변환합니다. |
| Cast<TResult>(IEnumerable) |
IEnumerable 요소를 지정된 형식으로 캐스팅합니다. |
| OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable 요소를 필터링합니다. |