Table of Contents

Delegate ParamInfoGetterMaker

Namespace
Rinku.Querying
Assembly
Rinku.dll

Tries to make a metadata reader for a given command, taking a look at its concrete type first. Returns false to pass, letting the next maker try.

public delegate bool ParamInfoGetterMaker(IDbCommand cmd, out IDbParamInfoGetter getter)

Parameters

cmd IDbCommand
Tries to make a metadata reader for a given command, taking a look at its concrete type first. Returns false to pass, letting the next maker try.
getter IDbParamInfoGetter
Tries to make a metadata reader for a given command, taking a look at its concrete type first. Returns false to pass, letting the next maker try.

Returns

bool
Tries to make a metadata reader for a given command, taking a look at its concrete type first. Returns false to pass, letting the next maker try.
Extension Methods