Get a set of the parameters defined by this configuration.

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ICollection<string> ParameterNames { get; }
Visual Basic
Public ReadOnly Property ParameterNames As ICollection(Of String)
	Get
Visual C++
public:
property ICollection<String^>^ ParameterNames {
	ICollection<String^>^ get ();
}

Return Value

The parameters named by this configuration.

See Also