ORM Sample Class Library

CourseCollection Class

Holds a colection of Courses that can be searched and enemerated.

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

System.Object
   CollectionBase
      CollectionTemplate
         CourseCollectionOrmTemplate
            CourseCollection

[Visual Basic]
<DefaultMember(MemberName="Item")>
<TypedCollection(CollectionType="OleroTrainingBiz.Course")>
Public Class CourseCollection
Inherits CourseCollectionOrmTemplate
[C#]
[DefaultMember(MemberName="Item")]
[TypedCollection(CollectionType="OleroTrainingBiz.Course")]
public class CourseCollection : CourseCollectionOrmTemplate

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 GetCourseCollection. This class can be customized for more specific filters and finds

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

CourseCollection Members | OleroTrainingBiz Namespace


">