Click or drag to resize

SelectQueryOfType Property

Gets the final result type if an OfType query operator was used (otherwise null).

Namespace:  MongoDB.Driver.Linq
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public Type OfType { get; }

Property Value

Type: Type
See Also