Table of Contents

Class BulkValueConverter<T>

Namespace
Z.BulkOperations
Assembly
Z.EntityFramework.Extensions.dll
public class BulkValueConverter<T>

Type Parameters

T
Inheritance
BulkValueConverter<T>
Inherited Members

Constructors

BulkValueConverter()

public BulkValueConverter()

Methods

ConvertFromProvider(object)

Convert a value from the provider to the destination type.

public virtual T ConvertFromProvider(object value)

Parameters

value object

The value.

Returns

T

the provider value converter to the destination type.

ConvertToProvider(T)

Converts a value that will be used by the provider.

public virtual object ConvertToProvider(T value)

Parameters

value T

The value.

Returns

object

The converter value that will be used by the provider.