Class ProcedureParameter
Query parameter for request to stored procedure.
Inheritance
System.Object
ProcedureParameter
Assembly: FastReport.Base.dll
Syntax
public class ProcedureParameter : CommandParameter, IDisposable, IFRSerializable
Properties
DataType
Declaration
public override int DataType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
DefaultValue
Declaration
public override string DefaultValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Name
Declaration
public override string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Size
Declaration
public override int Size { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Implements