Delegate ParamInfoGetterMaker
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
cmdIDbCommand- 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.
getterIDbParamInfoGetter- 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