DataMapperConvertValue Method |
Coverts value of type supported by this mapper to result of type suitable for Azure Search.
Namespace: CMS.Search.AzureAssembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 13.0.131
Syntax public Object ConvertValue(
Object value
)
Parameters
- value
- Type: SystemObject
Value of type supported by this mapper.
Return Value
Type:
ObjectResult of type suitable for Azure Search.
Exceptions Exception | Condition |
---|
InvalidOperationException | Thrown when value has no conversion defined (i.e. corresponding mapping in MapType(Type) does not exist). |
See Also