Interface IBulkValueConverter
- Namespace
- Z.BulkOperations
- Assembly
- Z.EntityFramework.Extensions.dll
public interface IBulkValueConverter
Methods
ConvertFromProvider(Type, object)
Convert a value from the provider to the destination type.
object ConvertFromProvider(Type destinationType, object value)
Parameters
Returns
- object
the provider value converter to the destination type.
ConvertToProvider(object)
Converts a value that will be used by the provider.
object ConvertToProvider(object value)
Parameters
value
objectThe value.
Returns
- object
The converter value that will be used by the provider.