 | IIgnitionQueryResultTResults Property |
The actual query results
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxICollection<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
See Also