StiDataParameterSchema Class
Namespace: Stimulsoft.Base
This class describes a sql parameter in the stored proc.
Inheritance
Inherits from: StiObjectSchema
Constructors
| Constructor | Description |
|---|---|
| StiDataParameterSchema() | |
| StiDataParameterSchema(string name, Type type) |
StiDataParameterSchema()
StiDataParameterSchema(name: string, type: Type)
Parameters
- name (string)
- type (Type)
Properties
| Property | Type | Description |
|---|---|---|
| Type | Type | Type of this parameter. |
| Value | object | Value of this parameter. |