DataTableLoaderFromMongoDB Method |
Convert a list of BsonDocument into a DataTable. ignoreNames allow to skip some columns.
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntaxpublic static DataTable FromMongoDB(
List<BsonDocument> collection,
string[] ignoreNames = null
)
Parameters
- collection ListBsonDocument
-
- ignoreNames String (Optional)
-
Return Value
DataTable
See Also