NYU-hololens / Hololens-visual

This project was launched as a collaboration between NYU-ITP and CITI-CTO as proof of concept project for using hololens for data analysis
MIT License
0 stars 0 forks source link

Add static Class SelectedColumnInfo to store selected column information #55

Closed quintoben closed 7 years ago

quintoben commented 7 years ago

Class SelectedColumnInfo func: addColumnName(string tableName,string columnName)----add the column name to the column name set of specific table func: getColumnNameSet(string tableName)----return the column name set for specific table func: removeColumnName(string tableName,string columnName)----remove the column name in specific columnNameSet