Delegate DirectAccessorDelegate
- Namespace
- Rinku.Querying.Parameters
- Assembly
- Rinku.dll
Binds one parameter object directly to a database command.
public delegate object?[] DirectAccessorDelegate(object item, IDbCommand command, DbParamInfo[] parameterInfos, ref Span<bool> usage)
Parameters
itemobject- Binds one parameter object directly to a database command.
commandIDbCommand- Binds one parameter object directly to a database command.
parameterInfosDbParamInfo[]- Binds one parameter object directly to a database command.
usageSpan<bool>- Binds one parameter object directly to a database command.
Returns
- object[]
- Binds one parameter object directly to a database command.
- Extension Methods