Exemple #1
0
 public DataTable GetByPropertyForTable(Enums.PropertyFor propertyFor)
 {
     return(Data.GetByPropertyFor(propertyFor.ToString()));
 }
Exemple #2
0
 public PropertyCollection GetByPropertyFor(Enums.PropertyFor propertyFor)
 {
     return(InitializeCollection(Data.GetByPropertyFor(propertyFor.ToString())));
 }