Exemplo n.º 1
0
 public override TValue GetValue <TValue>(IProperty property)
 => InternalEntry.GetCurrentValue <TValue>(InternalEntry.EntityType.CheckPropertyBelongsToType(property));
Exemplo n.º 2
0
 public override TValue GetValue <TValue>(string propertyName)
 => InternalEntry.GetCurrentValue <TValue>(InternalEntry.EntityType.GetProperty(propertyName));