DataServiceQuery<TElement>.ElementType 속성

정의

DataServiceQuery<TElement> 인스턴스를 만들기 위해 템플릿에서 사용되는 개체의 형식을 반환합니다.

public:
 virtual property Type ^ ElementType { Type ^ get(); };
public override Type ElementType { get; }
member this.ElementType : Type
Public Overrides ReadOnly Property ElementType As Type

속성 값

쿼리를 만들 때 템플릿에서 사용되는 형식을 나타내는 Type을 반환합니다.

구현

설명

제네릭 메서드에서 T가 나타내는 형식을 가져옵니다( CreateQuery 또는 CreateQuery).

적용 대상