Click or drag to resize
DbParameterIDataParameterSourceVersion Property
Gets or sets the DataRowVersion to use when loading Value.

Namespace: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
DataRowVersion IDataParameter.SourceVersion { get; set; }

Return Value

Type: DataRowVersion
One of the DataRowVersion values. The default is Current.

Implements

IDataParameterSourceVersion
Exceptions
ExceptionCondition
ArgumentExceptionThe property was not set one of the DataRowVersion values.
See Also