MongoRepository(T, TKey).ElementType Property

MongoRepository

MongoRepositoryT, TKeyElementType Property
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
public virtual Type ElementType { get; }
Public Overridable ReadOnly Property ElementType As Type
	Get
public:
virtual property Type^ ElementType {
	Type^ get ();
}
abstract ElementType : Type with get
override ElementType : Type with get

Property Value

Type: Type

Implements

IQueryableElementType
See Also