ORM Sample Class Library

TeacherCollection Class

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

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

System.Object
   CollectionBase
      CollectionTemplate
         TeacherCollectionOrmTemplate
            TeacherCollection

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

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

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

TeacherCollection Members | OleroTrainingBiz Namespace


or.GetClassName (inherited from BusinessBase)GetClassName