Property | Type | Description | |
---|---|---|---|
DbTypes |
Method | Description | |
---|---|---|
AddReturnInsertValue ( string sqlValues, string identityColumn ) : string | ||
FormatIndexOptions ( string idxDef, string options = "" ) : string | ||
FormatQueryPagination ( string sql, Pagination page, |
||
GetColumnType ( |
||
GetIdentityKeyword ( ) : string | ||
IsDbBusy ( DbException ex ) : bool | ||
IsUniqueViolation ( DbException ex, string keyName = "" ) : bool | ||
ObjectExists ( DbException ex, string name = null ) : bool | ||
SetupParameter ( |
||
SqlServer2012Provider ( Func |
Method | Description | |
---|---|---|
GetEscapeIdentifierChars ( ) : EscapeIdentifierChars | ||
InitTools ( ) : IDatabaseTools |
Method | Description | |
---|---|---|
FormatIdx ( string idxDef, string options, string before ) : string |
public AddReturnInsertValue ( string sqlValues, string identityColumn ) : string | ||
sqlValues | string | |
identityColumn | string | |
return | string |
public FormatIndexOptions ( string idxDef, string options = "" ) : string | ||
idxDef | string | |
options | string | |
return | string |
public FormatQueryPagination ( string sql, Pagination page, |
||
sql | string | |
page | Pagination | |
pm | ||
return | string |
public GetColumnType ( |
||
type | ||
return | string |
protected GetEscapeIdentifierChars ( ) : EscapeIdentifierChars | ||
return | EscapeIdentifierChars |
public IsUniqueViolation ( DbException ex, string keyName = "" ) : bool | ||
ex | DbException | |
keyName | string | |
return | bool |
public ObjectExists ( DbException ex, string name = null ) : bool | ||
ex | DbException | |
name | string | |
return | bool |
public SetupParameter ( |
||
param | ||
name | string | |
value | object | |
return | void |
public SqlServer2012Provider ( Func |
||
factory | Func |
|
return | System |