[Missing <summary> documentation for "P:NHibernate.Engine.QueryParameters.ProcessedRowSelection"]

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

Syntax

C#
public RowSelection ProcessedRowSelection { get; internal set; }
Visual Basic
Public Property ProcessedRowSelection As RowSelection
	Get
	Friend Set
Visual C++
public:
property RowSelection^ ProcessedRowSelection {
	RowSelection^ get ();
	internal: void set (RowSelection^ value);
}

See Also