Sphinx QLParameterSize Property
Gets or sets the maximum size, in bytes, of the data within the column.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override int Size { get; set; }VB
Public Overrides Property Size As Integer
Get
SetProperty Value
Int32Return Value
Int32The maximum size, in bytes, of the data within the column. The default value is inferred from the parameter value.