GetPropByName method

EFProperty<T> GetPropByName(
  1. String name
)

GetPropByName Get Property From Table With Details But With Name Of Property

Implementation

EFProperty<T> GetPropByName(String name) {
  return table.GetPropByName(name);
}