MySQLDataStore ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Implements MySQL general data store that auto-generates SQLs for record models and supports CRUD operations. This class IS thread-safe load/save/delete operations
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.DataAccess.MySQL MySQLDataStoreBase
        NFX.DataAccess.MySQL MySQLDataStore

Namespace: NFX.DataAccess.MySQL
Assembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class MySQLDataStore : MySQLDataStoreBase, 
	ICRUDDataStoreImplementation, ICRUDDataStore, ICRUDOperations, ICRUDTransactionOperations, IDataStoreImplementation, 
	IDataStore, IApplicationComponent, IDisposable, IConfigurable, IInstrumentable, 
	IExternallyParameterized
See Also