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