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