ORM Sample Class Library

RoomCollectionOrmTemplate.Add Method 

Adds a Room to the collection.

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

Parameters

newRoom
Adds a Room to the collection

See Also

RoomCollectionOrmTemplate Class | OleroTrainingBiz Namespace


">Public Instance Methods