Table of Contents

Property Results

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Results

Gets the results of this query.
NOTE: Results can only be enumerated once. Be careful with usage of LINQ extensions and loops.

public IEnumerable<SQLResult> Results { get; }

Property Value

IEnumerable<SQLResult>