GetPropByName method

EFProperty<I> GetPropByName(
  1. String name
)

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

Implementation

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