ORM Sample Class Library

StudentCollection Class

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

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

System.Object
   CollectionBase
      CollectionTemplate
         StudentCollectionOrmTemplate
            StudentCollection

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

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

Requirements

Namespace: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

StudentCollection Members | OleroTrainingBiz Namespace


/MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemObjectClassToStringTopic.htm">ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods