EntityParameterCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 가져옵니다. |