IDataFactoryTGet(String, String, Int32) Method
Gets a collection of objects from a disk file.
Namespace: Common.Core.InterfacesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
IList<T> Get(
string path,
string? file,
int max = 0
)
- path String
- Location of the data file.
- file String
- Name of the file. If not supplied the default name is used.
- max Int32 (Optional)
- Maximum number of objects to return. Zero indicates all available.
IListTA collection of objects.