Table of Contents

Delegate DirectAccessorDelegate<T>

Namespace
Rinku.Querying.Parameters
Assembly
Rinku.dll

Binds one value-type parameter object directly to a database command without boxing it.

public delegate object?[] DirectAccessorDelegate<T>(ref T item, IDbCommand command, DbParamInfo[] parameterInfos, ref Span<bool> usage)

Parameters

item T
Binds one value-type parameter object directly to a database command without boxing it.
command IDbCommand
Binds one value-type parameter object directly to a database command without boxing it.
parameterInfos DbParamInfo[]
Binds one value-type parameter object directly to a database command without boxing it.
usage Span<bool>
Binds one value-type parameter object directly to a database command without boxing it.

Returns

object[]
Binds one value-type parameter object directly to a database command without boxing it.

Type Parameters

T
Extension Methods