CqlParameterSourceVersion Property |
Gets or sets the DataRowVersion
to use when loading Value.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override DataRowVersion SourceVersion { get; set; }
Return Value
Type:
DataRowVersion
One of the
DataRowVersion values.
The default is Current.
Implements
IDataParameterSourceVersionSee Also