ORM Sample Class Library

TeacherCollectionOrmTemplate.Item Property

Gets or sets the Teacher at the specified index. In C#, this property is the indexer for the IList interface.

[Visual Basic]
Public Default Property Item( _
   ByVal index As Integer _
) As Teacher
[C#]
public Teacher this[
   int index
] {get; set;}

See Also

TeacherCollectionOrmTemplate Class | OleroTrainingBiz Namespace


oTrainingBiz.TeacherCollectionOrmTemplateMembers.html">TeacherCollectionOrmTemplate Members | OleroTrainingBiz Namespace


tware Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

/td>