I can use DataContext.GetTable< Order >();
Is it possible to use DataContext.GetTable< MyProperty >();
public TEntity MyProperty
{ get { return .....; } }
Thank You.
I can use DataContext.GetTable< Order >();
Is it possible to use DataContext.GetTable< MyProperty >();
public TEntity MyProperty
{ get { return .....; } }
Thank You.