DataParameter Class

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview (.NET)

Stores a name/value pair.

The DataParameter class is used by several IDataAbstractService methods to pass parameters to remote commands and data tables before their execution.

Namespace

Declaration (C#)

[Remotable]
public class DataParameter : ComplexType;

Hierarchy

  • ComplexType
    • RemObjects.DataAbstract.Server.DataParameter

Properties

Property
Type
Description
Name String Gets or sets the name of the parameter.
Value Object Gets or sets the value of the parameter.


Methods

Method
Description
DataParameter Default constructor for DataParameter.


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools