Click or drag to resize
QueryParametersBase<TParent> Properties

The QueryParametersBase< TParent> generic type exposes the following members.

Properties
  NameDescription
Protected propertyIsImmutable
If true, this object instance is immutable, and next subsequent modification starts with a clone of the object.
Public propertyName
Object name, empty by default
(Inherited from AbstractQueryObject.)
Public propertyParameters
Query data parameters
(Overrides AbstractQueryObject.Parameters.)
Top
See Also