[Missing <summary> documentation for "P:NHibernate.Engine.ISessionImplementor.FetchProfile"]

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

Syntax

C#
string FetchProfile { get; set; }
Visual Basic
Property FetchProfile As String
	Get
	Set
Visual C++
property String^ FetchProfile {
	String^ get ();
	void set (String^ value);
}

See Also