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