EasyObjects.NET Programmers Reference

DatabaseTypeDataCollection.Add Method (Object)

Adds a value into the collection.

public void Add(
   object parameter
);

Parameters

parameter

The value to add. The value can not be a a null reference reference (Nothing in Visual Basic).

Remarks

This method exists to support Xml Serialization.

Exceptions

Exception TypeCondition
InvalidCastException

parameter must be of type DatabaseTypeData.

See Also

DatabaseTypeDataCollection Class | NCI.EasyObjects.Configuration Namespace | DatabaseTypeDataCollection.Add Overload List