 | SphinxQLParameterSize Property |
Gets or sets the maximum size, in bytes, of the data within the column.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override int Size { get; set; }
Public Overrides Property Size As Integer
Get
Set
Property Value
Type:
Int32Return Value
Type:
Int32
The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.
Implements
IDbDataParameterSize
See Also