| Visual Basic (Declaration) | |
|---|---|
Protected Function New( _ ByVal sysCommand As IDbCommand _ ) | |
| C# | |
|---|---|
protected SysCommandAdapter( IDbCommand sysCommand ) | |
Parameters
- sysCommand
- The IDbCommand object to provide an adapter for.
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown if the sysCommand argument is null. |