Gets the collection of the names of the 'buckets' used in lazy-loading results.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected internal abstract IEnumerable<string> ResultNames { get; }
Visual Basic (Declaration)
Protected Friend MustOverride ReadOnly Property ResultNames As IEnumerable(Of String)
Visual C++
protected public:
virtual property IEnumerable<String^>^ ResultNames {
	IEnumerable<String^>^ get () abstract;
}

See Also