IDictionary settings |
IDictionary settings |
By default, .Net doesn't have any batching capabilities, drivers that does have batching support need to override this method and return their own batcher.
return IBatcher |
|
ConnectionManager connectionManager |
return IDbCommand |
return IDbConnection |
return bool |
|
object obj |
return string |
|
string parameterName |
return string |
|
string parameterName |
return IDbCommand |
|
CommandType type |
|
SqlString sqlString |
|
SqlType[] parameterTypes |
return IDbDataParameter |
|
IDbCommand command |
return int |
return Type |
IDbCommand command |
return string |
IDataParameterCollection parameters |
|
SqlType[] parameterTypes |
return string
|
MS SQL Server 2000 (and 7) throws an exception when multiple IDataReaders are attempted to be opened. When SQL Server 2005 comes out a new driver will be created for it because SQL Server 2005 is supposed to support it.
return bool
|
return bool
|
${WriteSummary(content)}
return bool
|
${WriteSummary(content)}
return bool
|