Query TResultRow  ClassNFX Class Library

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

Generic version of Query
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections.Generic List Query Param 
    NFX.DataAccess.CRUD Query
      NFX.DataAccess.CRUD Query TResultRow 

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

[SerializableAttribute]
public sealed class Query<TResultRow> : Query 
where TResultRow : Row
Type Parameters

TResultRow
Type of resulting rows
See Also