ORM Sample Class Library

CourseOrmTemplate Class

Wraps a datarow, exposing it's richest features as properties and methods.

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

System.Object
   BusinessBase
      Business
         CourseOrmTemplate

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

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.

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

CourseOrmTemplate Members | OleroTrainingBiz Namespace


Exposes the collection of child OleroTrainingBiz.Schedules.

Public Instance Methods