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.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool SourceColumnNullMapping { get; set; }

Property Value

Boolean

Return Value

Boolean
true if the source column is nullable; false if it is not.

See Also