Find a Course by the property DateCreated. returns null if not found.
Find a Course by the property DateCreated. returns null if not found.
public Course FindByDateCreated(SqlDateTime);
Find a Course by the property DateCreated. returns null if not found.
public Course FindByDateCreated(SqlDateTime,CompareType);
Find a Course by the property DateCreated. returns null if not found.
public Course FindByDateCreated(string);
Find a Course by the property DateCreated. returns null if not found.
public Course FindByDateCreated(string,CompareType);
CourseCollectionOrmTemplate Class | OleroTrainingBiz Namespace