C# Class PrincessAPI.Utility.CSVParser.CSVHouseParser

Datei anzeigen Open project: PrincessMadMath/EstatePrediction_ConUHack

Public Methods

Method Description
UpdateDatabase ( string csv_file_path ) : void

Private Methods

Method Description
CheckTableExists ( ) : bool
GetHouseModel ( DataTable data ) : List
getCSVContent ( string csv_file_path ) : DataTable

Method Details

UpdateDatabase() public static method

public static UpdateDatabase ( string csv_file_path ) : void
csv_file_path string
return void