 | SphinxQLParameterSize Property |
Gets or sets the maximum size, in bytes, of the data within the column.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override int Size { get; set; }Public Overrides Property Size As Integer
Get
Set
Property Value
Int32Return 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