Table of Contents

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

destinationType Type

Type of the destination.

value object

The value.

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 object

The value.

Returns

object

The converter value that will be used by the provider.