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