Table of Contents

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

item object
Binds one parameter object directly to a database command.
command IDbCommand
Binds one parameter object directly to a database command.
parameterInfos DbParamInfo[]
Binds one parameter object directly to a database command.
usage Span<bool>
Binds one parameter object directly to a database command.

Returns

object[]
Binds one parameter object directly to a database command.
Extension Methods