Click or drag to resize

IIgnitionQueryResultT Interface

Represents the results of a NetFORUM-side query

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public interface IIgnitionQueryResult<T> : IIgnitionQueryResult

Type Parameters

T

The IIgnitionQueryResultT type exposes the following members.

Properties
 NameDescription
Public propertyMetadata Metadata related to the query and its results
(Inherited from IIgnitionQueryResult)
Public propertyResults The actual query results
Top
See Also