Sphinx QLParameterSource Column Null Mapping 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.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if the source column is nullable; false if it is not.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool SourceColumnNullMapping { get; set; }VB
Public Overrides Property SourceColumnNullMapping As Boolean
Get
SetProperty Value
BooleanReturn Value
Booleantrue if the source column is nullable; false if it is not.