IDataFactoryTGet(Int32) Method

Gets a collection of objects.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
IList<T> Get(
	int max = 0
)

Parameters

max  Int32  (Optional)
Maximum number of objects to return. Zero indicates all available.

Return Value

IListT
A collection of objects.

See Also