RecroGrid Framework
C#
Show/Hide TOC
RGQuery
Parameters Property
Gets or sets the parameters.
Definition
Namespace:
Recrovit.RecroGridFramework.Data
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.6.0.24.0320.1
C#
Copy
public
List
<
RGObjectParameter
>
Parameters
{
get
;
set
; }
Property Value
List
RGObjectParameter
The parameters.
See Also
Reference
RGQuery Class
Recrovit.RecroGridFramework.Data Namespace
In This Article
Definition
See Also