Hide

YetaWF.DataProvider.File Package Documentation

Display
Print

YetaWF.DataProvider.File

The YetaWF.DataProvider.File assembly/package implements record-based I/O using the installed file I/O provider and local/shared caching.

The file data provider allows record-based I/O, similar to a database table and is a low-level data provider. It is used by application data providers and not by applications directly.

The implementation details are hidden from the application and local/shared caching is used as appropriate, based on definitions in AppSettings.json.

The file data provider should only be used with very small datasets.

The file data provider is implemented by the FileDataProvider<KEYTYPE,OBJTYPE> class.

See Also YetaWF.Core