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: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax 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
IDataParameterSourceColumnSee Also