IndexKeysDefinition<TDocument>Implicit Conversion (String to IndexKeysDefinition<TDocument>) |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntaxpublic static implicit operator IndexKeysDefinition<TDocument> (
string json
)
Public Shared Widening Operator CType (
json As String
) As IndexKeysDefinition(Of TDocument)
F# does not support the declaration of new casting operators.
Parameters
- json
- Type: System.String
The JSON string.
Return Value
Type:
IndexKeysDefinition<TDocument>
The result of the conversion.
See Also