ORM Sample Class Library

Course Class

Wraps a row and it's columns/children/parents

For a list of all members of this type, see Course Members.

System.Object
   BusinessBase
      Business
         CourseOrmTemplate
            Course

[Visual Basic]
<DefaultMember(MemberName="Item")>
Public Class Course
Inherits CourseOrmTemplate
[C#]
[DefaultMember(MemberName="Item")]
public class Course : CourseOrmTemplate

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class should not be instantiated directly. See GetCourse. This class should be customized.

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

Course Members | OleroTrainingBiz Namespace


leroTrainingBiz.ContactOrmTemplate.Students.html">Students Exposes the collection of child OleroTrainingBiz.Students.