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