C# Class UT.Vend.BLL.utVend2

Datei anzeigen Open project: CISC181/VolTeerNET

Public Methods

Method Description
GetExcelFiles ( ) : List
getConnectionString ( ) : string
setIdentityInsert ( SqlCommand command, string table, string value ) : void

Private Methods

Method Description
InsertProjectData ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
RemoveAllData ( ) : void
TestProject ( ) : void

Method Details

GetExcelFiles() public static method

public static GetExcelFiles ( ) : List
return List

getConnectionString() public static method

public static getConnectionString ( ) : string
return string

setIdentityInsert() public static method

public static setIdentityInsert ( SqlCommand command, string table, string value ) : void
command System.Data.SqlClient.SqlCommand
table string
value string
return void