Icon EDBParameter Class

The EDBParameter class extends the DbParameter class, providing an encapsulation of an ElevateDB parameter.

Namespace: Elevate.ElevateDB.Data

Inherits From System.Data.Common.DbParameter

Implements ICloneable

Constructors

(<No Parameters>)
(ParameterName: String; Type: DbType)
(ParameterName: String; Value: System.Object)
(ParameterName: String; Type: DbType; SourceColumn: String)

Properties
PropertyDescription
ProviderType: EDBTypeIndicates the native ElevateDB type of the parameter.
Precision: ByteIndicates the precision of an approximate or exact numeric type.
Scale: ByteIndicates the scale of an exact numeric type.
Size: Int32Indicates the size of a binary type in bytes or the length of a character type in characters.
Image