Table of Contents

Class MultipleRowsHelper<T>

Namespace
LinqToDB.Internal.DataProvider
Assembly
linq2db.dll
public class MultipleRowsHelper<T> : MultipleRowsHelper where T : notnull

Type Parameters

T
Inheritance
object
MultipleRowsHelper<T>
Inherited Members
Extension Methods

Constructors

MultipleRowsHelper(ITable<T>, DataOptions, Func<DataOptions, DbDataType, object?, bool>?)

public MultipleRowsHelper(ITable<T> table, DataOptions options, Func<DataOptions, DbDataType, object?, bool>? convertToParameter)

Parameters

table ITable<T>
options DataOptions
convertToParameter Func<DataOptions, DbDataType, object, bool>