JsonIndexKeysDefinitionTDocument Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public JsonIndexKeysDefinition(
string json
)
Public Sub New (
json As String
)
new :
json : string -> JsonIndexKeysDefinition
Parameters
- json
- Type: SystemString
The json.
See Also