Creates and returns a new object associated with this collection.

Namespace: DatabaseObjects.Generic
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public virtual T Add()
Visual Basic
Public Overridable Function Add As T
Visual C++
public:
virtual T Add()

Return Value

[Missing <returns> documentation for "M:DatabaseObjects.Generic.DatabaseObjectsList`1.Add"]

See Also