DataParameter Class
From RemObjects Software
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
| | | |
|---|---|---|
| Name | String | Gets or sets the name of the parameter. |
| Value | Object | Gets or sets the value of the parameter. |
Methods
| | |
|---|---|
| DataParameter | Default constructor for DataParameter. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Class | .NET
