Property | Type | Description | |
---|---|---|---|
Console | ISqlLog | ||
Debug | ISqlLog | ||
Empty | ISqlLog | ||
Trace | ISqlLog |
Method | Description | |
---|---|---|
LogCommand ( string commandText, |
||
LogMessage ( string message ) : void | ||
LogParameters ( |
||
SqlLog ( |
public LogCommand ( string commandText, |
||
commandText | string | |
parameters | ||
paramValues | object | |
return | void |
public LogParameters ( |
||
parameters | ||
paramValues | object | |
return | void |
public SqlLog ( |
||
log | ||
return | System |