CRUDQueryHandler ClassNFX Class Library

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

Represents an entity that can execute a query. The implementation may be called by multiple threads and must be safe
Inheritance Hierarchy

OnlineSystem Object
  NFX.DataAccess.CRUD CRUDQueryHandler
    NFX.DataAccess.CRUD CRUDQueryHandler TStore 

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

public abstract class CRUDQueryHandler : INamed
See Also