Method | Description | |
---|---|---|
GetAllColumns ( String tableOrViewName ) : DbParameterAccessor>.Dictionary |
||
GetAllProcedureParameters ( String procName ) : DbParameterAccessor>.Dictionary |
||
GetExceptionCode ( |
||
IdentitySelectStatement ( string tableName ) : String |
Method | Description | |
---|---|---|
BuildColumnName ( string sourceColumnName ) : string | ||
GetConnectionString ( String dataSource, String username, String password ) : String | ||
GetConnectionString ( String dataSource, String username, String password, String databaseName ) : String | ||
GetDBType ( String dataType ) : SqlDbType | ||
GetDotNetType ( String dataType ) : |
Method | Description | |
---|---|---|
GetDbName ( String objectName ) : string | ||
GetParameterDirection ( int isOutput ) : ParameterDirection | ||
NormaliseTypeName ( string dataType ) : string | ||
ReadIntoParams ( String objname, String query ) : DbParameterAccessor>.Dictionary |
protected BuildColumnName ( string sourceColumnName ) : string | ||
sourceColumnName | string | |
return | string |
public GetAllColumns ( String tableOrViewName ) : DbParameterAccessor>.Dictionary |
||
tableOrViewName | String | |
return | DbParameterAccessor>.Dictionary |
public GetAllProcedureParameters ( String procName ) : DbParameterAccessor>.Dictionary |
||
procName | String | |
return | DbParameterAccessor>.Dictionary |
protected GetConnectionString ( String dataSource, String username, String password ) : String | ||
dataSource | String | |
username | String | |
password | String | |
return | String |
protected GetConnectionString ( String dataSource, String username, String password, String databaseName ) : String | ||
dataSource | String | |
username | String | |
password | String | |
databaseName | String | |
return | String |
protected static GetDBType ( String dataType ) : SqlDbType | ||
dataType | String | |
return | SqlDbType |
protected static GetDotNetType ( String dataType ) : |
||
dataType | String | |
return |
public GetExceptionCode ( |
||
dbException | ||
return | int |
public IdentitySelectStatement ( string tableName ) : String | ||
tableName | string | |
return | String |