Operator implicit operator
implicit operator FieldDefinition<TDocument>(string)
Performs an implicit conversion from string to FieldDefinition<TDocument>.
Parameters
fieldName
stringName of the field.
Returns
- Field
Definition <TDocument> The result of the conversion.