GetPropByEnum method

EFProperty<T> GetPropByEnum(
  1. PropertyEnum prop
)

GetPropByEnum Get Property From Table With Details But With Enum

Implementation

EFProperty<T> GetPropByEnum(PropertyEnum prop) {
  return table.GetPropByEnum(prop);
}