Gets the wrapper holding the assembly-qualified type names of the types that should be used to represent result objects.

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

Syntax

C#
TypeNames TypeNames { get; }
Visual Basic (Declaration)
ReadOnly Property TypeNames As TypeNames
Visual C++
property TypeNames^ TypeNames {
	TypeNames^ get ();
}

See Also