Class MultipleRowsHelper<T>
- Namespace
- LinqToDB.Internal.DataProvider
- Assembly
- linq2db.dll
public class MultipleRowsHelper<T> : MultipleRowsHelper where T : notnull
Type Parameters
T
- Inheritance
-
objectMultipleRowsHelper<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
tableITable<T>optionsDataOptionsconvertToParameterFunc<DataOptions, DbDataType, object, bool>