Esempio n. 1
0
 public DBControlAttribute(string columnName, ControlSearchType searchType)
 {
     this.ColumnName = columnName;
     this.SearchType = searchType;
 }
Esempio n. 2
0
 public DBControlAttribute(string columnName)
 {
     this.ColumnName = columnName;
     this.SearchType = ControlSearchType.EntireValue;
 }