 | SphinxQLParameterSourceColumnNullMapping Property |
Gets or sets a value which indicates whether the source column is nullable. This allows
DbCommandBuilder to correctly generate Update statements for nullable columns.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override bool SourceColumnNullMapping { get; set; }
Public Overrides Property SourceColumnNullMapping As Boolean
Get
Set
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the source column is nullable; false if it is not.
See Also