Click or drag to resize

RGObjectParameter Class

This class represents a query parameter at the object layer, which consists of a Name, a Type and a Value.
Inheritance Hierarchy
SystemObject
  Recrovit.RecroGridFramework.DataRGObjectParameter

Namespace:  Recrovit.RecroGridFramework.Data
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
[SerializableAttribute]
public sealed class RGObjectParameter

The RGObjectParameter type exposes the following members.

Constructors
  NameDescription
Public methodRGObjectParameter
Initializes a new instance of the RGObjectParameter class with the specified name and value.
Top
Properties
  NameDescription
Public propertyName
Gets the parameter name, which can only be set through a constructor.
Public propertyParameterType
Gets the parameter type.
Public propertyValue
Gets or sets the parameter value.
Top
See Also