Returns an IList object containing all of this collection's objects. This
function is useful when loading a set of objects for a subset or for use with
the IEnumerable interface.
Namespace: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
protected IList<T> ObjectsList() |
Visual Basic |
---|
Protected Function ObjectsList As IList(Of T) |
Visual C++ |
---|
protected: IList<T>^ ObjectsList() |
Return Value
[Missing <returns> documentation for "M:DatabaseObjects.Generic.DatabaseObjects`1.ObjectsList"]