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