Util Members | CSAL Mongo Access Library |
The Util type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
ExtractArray |
Given a BSON document and a field, return the BSON array
corresponding to src[fldName]. If that isn't possible (null
values, incorrect type, etc) then do NOT throw an exception
| |
ExtractDoc |
Given a BSON document and a field, return the BSON document
corresponding to src[fldName]. If that isn't possible (null
values, incorrect type, etc) then do NOT throw an exception
|
See Also