ORM Sample Class Library

TeacherCollectionOrmTemplate.Add Method 

Adds a Teacher to the collection.

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

Parameters

newTeacher
Adds a Teacher to the collection

See Also

TeacherCollectionOrmTemplate Class | OleroTrainingBiz Namespace


ce Methods