[This is preliminary documentation and is subject to change.]
Represents MongoDB collections which allows to execute queries and perform CRUD operations
System Object NFX DisposableObject NFX.DataAccess.MongoDB.Connector CollectionNamespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class Collection : DisposableObject,
INamed
public sealed class Collection : DisposableObject,
INamed
Public NotInheritable Class Collection
Inherits DisposableObject
Implements INamed
Public NotInheritable Class Collection
Inherits DisposableObject
Implements INamed
public ref class Collection sealed : public DisposableObject,
INamed
public ref class Collection sealed : public DisposableObject,
INamed
[<SealedAttribute>]
type Collection =
class
inherit DisposableObject
interface INamed
end
[<SealedAttribute>]
type Collection =
class
inherit DisposableObject
interface INamed
end