Method | Description | |
---|---|---|
GetAllExcelFiles ( ) : List |
||
GetAllVendExcelFiles ( ) : List |
||
GetAllVolExcelFiles ( ) : List |
||
GetHelperFilesDir ( ) : String | ||
InsertData ( string ExcelFilenames ) : void | ||
InsertProjectData ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void | ||
QueryExcelFile ( string path, string query ) : |
||
ReadExcelFile ( string sheetName, string path ) : |
||
RemoveAllData ( ) : void | ||
RemoveData ( string ExcelFilenames ) : void | ||
getConnectionString ( ) : string | ||
getNumRecordsFromDB ( string tableName ) : int | ||
setIdentityInsert ( |
public static GetAllVendExcelFiles ( ) : List |
||
return | List |
public static InsertData ( string ExcelFilenames ) : void | ||
ExcelFilenames | string | |
return | void |
public static InsertProjectData ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void | ||
testContext | Microsoft.VisualStudio.TestTools.UnitTesting.TestContext | |
return | void |
public static QueryExcelFile ( string path, string query ) : |
||
path | string | |
query | string | |
return |
public static ReadExcelFile ( string sheetName, string path ) : |
||
sheetName | string | |
path | string | |
return |
public static RemoveData ( string ExcelFilenames ) : void | ||
ExcelFilenames | string | |
return | void |
public static getConnectionString ( ) : string | ||
return | string |
public static getNumRecordsFromDB ( string tableName ) : int | ||
tableName | string | |
return | int |
public static setIdentityInsert ( |
||
command | ||
table | string | |
value | string | |
return | void |