コード例 #1
0
ファイル: Property.cs プロジェクト: khateeb101/ASPHTML5
 public DataTable GetByPropertyForTable(Enums.PropertyFor propertyFor)
 {
     return(Data.GetByPropertyFor(propertyFor.ToString()));
 }
コード例 #2
0
ファイル: Property.cs プロジェクト: khateeb101/ASPHTML5
 public PropertyCollection GetByPropertyFor(Enums.PropertyFor propertyFor)
 {
     return(InitializeCollection(Data.GetByPropertyFor(propertyFor.ToString())));
 }