| MongoDBUtilityDEFAULT_COLLECTION Field |
The name of the default collection used for adding documents if a collection
is not specified.
Namespace:
Galactic.NoSql.MongoDB
Assembly:
Galactic.NoSql.MongoDB (in Galactic.NoSql.MongoDB.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public const string DEFAULT_COLLECTION = "default"
Public Const DEFAULT_COLLECTION As String = "default"
public:
literal String^ DEFAULT_COLLECTION = "default"
static val mutable DEFAULT_COLLECTION: string
Field Value
Type:
StringSee Also