Click or drag to resize
JsonSortDefinition<TDocument> Constructor

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
Syntax
public JsonSortDefinition(
	string json
)

Parameters

json
Type: System.String
The json.
See Also