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