Method | Description | |
---|---|---|
AddDbField ( string dbPath, string tableName, string fieldName, string fieldType ) : bool | ||
GetDbDataSet ( string dbPath, IEnumerable |
||
GetDbImage ( object imageField ) : Image | ||
GetDbTable ( string dbPath, string tableName ) : |
||
UpdateDbRow ( string dbPath, |
||
UpdateDbTable ( string dbPath, |
Method | Description | |
---|---|---|
CheckOpenConnection ( System.Data.OleDb.OleDbConnection connection ) : void | ||
GetAddFieldCommand ( string tableName, string fieldName, string fieldType, System.Data.OleDb.OleDbConnection connection ) : |
||
GetConnection ( string dbPath ) : System.Data.OleDb.OleDbConnection | ||
GetConnection ( string dbPath, ConnectionType type ) : System.Data.OleDb.OleDbConnection | ||
GetOleDbType ( |
||
GetSelectCommand ( string tableName, System.Data.OleDb.OleDbConnection connection ) : |
||
GetUpdateCommand ( |
||
GetUpdateCommand ( |
public static AddDbField ( string dbPath, string tableName, string fieldName, string fieldType ) : bool | ||
dbPath | string | |
tableName | string | |
fieldName | string | |
fieldType | string | |
return | bool |
public static GetDbDataSet ( string dbPath, IEnumerable |
||
dbPath | string | |
tables | IEnumerable |
|
return |
public static GetDbImage ( object imageField ) : Image | ||
imageField | object | |
return | Image |
public static GetDbTable ( string dbPath, string tableName ) : |
||
dbPath | string | |
tableName | string | |
return |
public static UpdateDbRow ( string dbPath, |
||
dbPath | string | |
row | ||
return | bool |
public static UpdateDbTable ( string dbPath, |
||
dbPath | string | |
inputTable | ||
return | bool |