As we are supporting abstract base type, we should make Delta<T> to support abstract as well.<br /><br />Current definition of Delta<T> is: <br /><br />public class Delta<TEntityType> : DynamicObject, IDelta<TEntityType>, IDelta where TEntityType : class, new()
↧