Gets or sets the RowSelection for the Query.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public RowSelection RowSelection { get; set; } |
| Visual Basic |
|---|
Public Property RowSelection As RowSelection Get Set |
| Visual C++ |
|---|
public: property RowSelection^ RowSelection { RowSelection^ get (); void set (RowSelection^ value); } |