IIgnitionQueryResultTResults Property
The actual query results
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
ICollection<T> Results { get; }
ReadOnly Property Results As ICollection(Of T)
Get
property ICollection<T>^ Results {
ICollection<T>^ get ();
}
abstract Results : ICollection<'T> with get
Property Value
ICollectionT