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

Property Value

Int32

Return Value

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