Click or drag to resize
DbParameterIDataParameterSourceColumn 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: Innovator.Client.Connection
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
string IDataParameter.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

IDataParameterSourceColumn
See Also