ORM Sample Class Library

EnrollmentOrmTemplate.Item Property

Gets and sets the property at the underlying row index.

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

See Also

EnrollmentOrmTemplate Class | OleroTrainingBiz Namespace | EnrollmentOrmTemplate.Item Overload List


r>nrollmentOrmTemplate) Gets and Sets the parent OleroTrainingBiz.Student.

Public Instance Methods