I have been looking for definition for DeleteObject method.. But I found something which I don't know.
public class ObjectSet<TEntity> : ObjectQuery<TEntity>, IObjectSet<TEntity>, IQueryable<TEntity>, IEnumerable<TEntity>, IQueryable, IEnumerable where TEntity : class
This is the signature of class defination of ObjectSet in the namespace System.Data.Objects , can anybody please explain me this defination.. I am more curious about where TEntity : class
part.