Skip to main content
All docs
V23.2

MongoDBQueriesViewModel.Types Property

Stores a collection of parameter types.

Namespace: DevExpress.DataAccess.UI.MongoDB

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public object[] Types { get; }

Property Value

Type Description
Object[]

A collection of parameter types.

See Also