ORM Sample Class Library

StudentOrmTemplate.Item Property

Gets and sets the property by its name.

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

Remarks

Do not use the underlying column name if it is different.

See Also

StudentOrmTemplate Class | OleroTrainingBiz Namespace | StudentOrmTemplate.Item Overload List


ntation Feedback: StudentOrmTemplate Class">Send comments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OleroTrainingBiz [1.0.1565.29993]

b>) Gets and sets the property at the underlying row index.