Property | Type | Description | |
---|---|---|---|
ComplexWhereKeywords | List |
Method | Description | |
---|---|---|
AllowsIndexWithWhere ( string Where ) : bool | ||
CleanDatabase ( DatabaseName databaseName ) : void | ||
CloneParameter ( |
||
CreateConnection ( ) : |
||
DataSourceName ( ) : string | ||
DatabaseName ( ) : string | ||
ExecuteDataReaderDependency ( |
||
FixType ( SqlDbType &type, int &size, int &scale ) : void | ||
ForDatabase ( Maps database ) : |
||
GetSqlDbType ( |
||
HandleException ( |
||
RollbackTransactionPoint ( |
||
SaveTransactionPoint ( |
||
ShringDatabase ( string schemaName ) : |
||
SqlConnector ( string connectionString, Schema schema, DynamicQueryManager dqm, SqlServerVersion version ) : System |
Method | Description | |
---|---|---|
BulkCopy ( |
||
ExecuteDataSet ( |
||
ExecuteDataTable ( |
||
ExecuteNonQuery ( |
||
ExecuteScalar ( |
||
UnsafeExecuteDataReader ( |
Method | Description | |
---|---|---|
EnsureConnection ( ) : |
||
NewCommand ( |
||
Replace ( string connectionString, DatabaseName item ) : string | ||
ReplaceException ( |
public AllowsIndexWithWhere ( string Where ) : bool | ||
Where | string | |
return | bool |
protected BulkCopy ( |
||
dt | ||
destinationTable | ObjectName | |
options | SqlBulkCopyOptions | |
timeout | int | |
return | void |
public CleanDatabase ( DatabaseName databaseName ) : void | ||
databaseName | DatabaseName | |
return | void |
public CloneParameter ( |
||
p | ||
return |
public CreateConnection ( ) : |
||
return |
public ExecuteDataReaderDependency ( |
||
preCommand | ||
change | OnChangeEventHandler | |
reconect | System.Action | |
forEach | Action |
|
commandType | CommandType | |
return | void |
protected ExecuteDataSet ( |
||
preCommand | ||
commandType | CommandType | |
return |
protected ExecuteDataTable ( |
||
preCommand | ||
commandType | CommandType | |
return |
protected ExecuteNonQuery ( |
||
preCommand | ||
commandType | CommandType | |
return | int |
protected ExecuteScalar ( |
||
preCommand | ||
commandType | CommandType | |
return | object |
public FixType ( SqlDbType &type, int &size, int &scale ) : void | ||
type | SqlDbType | |
size | int | |
scale | int | |
return | void |
public ForDatabase ( Maps database ) : |
||
database | Maps | |
return |
public GetSqlDbType ( |
||
p | ||
return | SqlDbType |
public HandleException ( |
||
ex | ||
command | ||
return |
public RollbackTransactionPoint ( |
||
transaction | ||
savePointName | string | |
return | void |
public SaveTransactionPoint ( |
||
transaction | ||
savePointName | string | |
return | void |
public ShringDatabase ( string schemaName ) : |
||
schemaName | string | |
return |
public SqlConnector ( string connectionString, Schema schema, DynamicQueryManager dqm, SqlServerVersion version ) : System | ||
connectionString | string | |
schema | Schema | |
dqm | DynamicQueryManager | |
version | SqlServerVersion | |
return | System |
protected UnsafeExecuteDataReader ( |
||
preCommand | ||
commandType | CommandType | |
return | System.Data.Common.DbDataReader |