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