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.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax string IDataParameter.SourceColumn { get; set; }
Private Property SourceColumn As String
Implements IDataParameter.SourceColumn
Get
Set
Return Value
Type:
StringThe name of the source column that is mapped to the
DataSet. The default is an empty string.
Implements
IDataParameterSourceColumnSee Also