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
itemT- Binds one value-type parameter object directly to a database command without boxing it.
commandIDbCommand- Binds one value-type parameter object directly to a database command without boxing it.
parameterInfosDbParamInfo[]- Binds one value-type parameter object directly to a database command without boxing it.
usageSpan<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