Click or drag to resize

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.3.0
Syntax
public override int Size { get; set; }

Property Value

Type: Int32

Return 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