[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MongoDBAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
protected Rowset MapBSONArrayToRowset(
BSONArrayElement rowsetData,
Type rtp
)
protected Rowset MapBSONArrayToRowset(
BSONArrayElement rowsetData,
Type rtp
)
Protected Function MapBSONArrayToRowset (
rowsetData As BSONArrayElement,
rtp As Type
) As Rowset
Protected Function MapBSONArrayToRowset (
rowsetData As BSONArrayElement,
rtp As Type
) As Rowset
protected:
Rowset^ MapBSONArrayToRowset(
BSONArrayElement^ rowsetData,
Type^ rtp
)
protected:
Rowset^ MapBSONArrayToRowset(
BSONArrayElement^ rowsetData,
Type^ rtp
)
member MapBSONArrayToRowset :
rowsetData : BSONArrayElement *
rtp : Type -> Rowset
member MapBSONArrayToRowset :
rowsetData : BSONArrayElement *
rtp : Type -> Rowset
Return Value
Type:
Rowset