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: 3.12.6
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