Skip to main content
A newer version of this page is available. .
All docs
V22.1

IMongoDBDataSourceModel.ResultSchema Property

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v22.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

IEnumerable<ResultCollection> ResultSchema { get; set; }

Property Value

Type
IEnumerable<DevExpress.DataAccess.Native.MongoDB.ResultCollection>
See Also