ORM Sample Class Library

StudentCollectionOrmTemplate.Add Method 

Adds a Student to the collection.

[Visual Basic]
Public Function Add( _
   ByVal newStudent As Student _
) As Integer
[C#]
public int Add(
   Student newStudent
);

Parameters

newStudent
Adds a Student to the collection

See Also

StudentCollectionOrmTemplate Class | OleroTrainingBiz Namespace


ce Methods