Delegate SqlDelegate<T>.GetGenericCommand
Namespace: Mellivora.DynamicCache
Assembly: cs.temp.dll.dll
Syntax
public delegate void GetGenericCommand(ref IDbCommand source, T instance);
Parameters
| Type | Name | Description |
|---|---|---|
| IDbCommand | source | |
| T | instance |
public delegate void GetGenericCommand(ref IDbCommand source, T instance);
| Type | Name | Description |
|---|---|---|
| IDbCommand | source | |
| T | instance |