DbParameterIDbDataParameterSize Property |
The size of the parameter.
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntaxint IDbDataParameter.Size { get; set; }
Private Property Size As Integer Implements IDbDataParameter.Size
Get
Set
Return Value
Type:
Int32The maximum size, in bytes, of the data within the column. The default value is inferred from the the parameter value.
Implements
IDbDataParameterSize
See Also