Advanced.Data.Provider Documentation | |
AdpParameter.SourceColumn Property
[This is preliminary documentation and subject to change.]
Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value.
[Visual Basic]NotOverridable Public Property SourceColumn As
String Implements _
IDataParameter.SourceColumn
[C#]public
string SourceColumn {get; set;}
Implements
IDataParameter.SourceColumn
See Also
AdpParameter Class | Advanced.Data.Provider Namespace