public EfCoreColumnFluent Property <TProperty>(Expression <Func <T, TProperty> > property) => new EfCoreColumnFluent(_tf.Property(property));
Beispiel #2
0
 public EfCoreColumnFluent Property(string property) => new EfCoreColumnFluent(_tf.Property(property));