Click or drag to resize
DbParameterIDbDataParameterSize Property
The size of the parameter.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
int IDbDataParameter.Size { get; set; }

Return Value

Type: Int32
The maximum size, in bytes, of the data within the column. The default value is inferred from the the parameter value.

Implements

IDbDataParameterSize
See Also