Click or drag to resize

CqlParameterSourceColumn Property

Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value.

Namespace:  Dse.Data
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public override string SourceColumn { get; set; }

Return Value

Type: String
The name of the source column that is mapped to the DataSet. The default is an empty string.

Implements

IDataParameterSourceColumn
See Also