IDataFactoryTGet(Int32) Method
Gets a collection of objects.
Namespace: Common.Core.InterfacesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
IList<T> Get(
int max = 0
)
- max Int32 (Optional)
- Maximum number of objects to return. Zero indicates all available.
IListTA collection of objects.