MongoDBDataSourceBase.LoadFromXml(XElement) Method
In This Article
Loads the definition of the MongoDB data source schema from an XML element.
Namespace: DevExpress.DataAccess.MongoDB
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
element | XElement | An element that contains the definition of a Mongo |
See Also