 | SphinxQLParameterIsNullable Property |
Gets or sets a value that indicates whether the parameter accepts null values.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic override bool IsNullable { get; set; }
Public Overrides Property IsNullable As Boolean
Get
Set
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if null values are accepted; otherwise false. The default is false.
Implements
IDataParameterIsNullable
See Also