ORM Sample Class Library

ContactCollectionOrmTemplate.Add Method 

Adds a Contact to the collection.

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

Parameters

newContact
Adds a Contact to the collection

See Also

ContactCollectionOrmTemplate Class | OleroTrainingBiz Namespace


ce Methods