SqlMapperCreateParamInfoGenerator Method |
Internal use only
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Action<IDbCommand, Object> CreateParamInfoGenerator(
SqlMapperIdentity identity,
bool checkForDuplicates,
bool removeUnused
)
Public Shared Function CreateParamInfoGenerator (
identity As SqlMapperIdentity,
checkForDuplicates As Boolean,
removeUnused As Boolean
) As Action(Of IDbCommand, Object)
public:
static Action<IDbCommand^, Object^>^ CreateParamInfoGenerator(
SqlMapperIdentity^ identity,
bool checkForDuplicates,
bool removeUnused
)
static member CreateParamInfoGenerator :
identity : SqlMapperIdentity *
checkForDuplicates : bool *
removeUnused : bool -> Action<IDbCommand, Object>
Parameters
- identity
- Type: DapperSqlMapperIdentity
- checkForDuplicates
- Type: SystemBoolean
- removeUnused
- Type: SystemBoolean
Return Value
Type:
ActionIDbCommand,
ObjectSee Also