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