An NDoc Documented Class Library |
|
NpgsqlParameter.SourceColumn Property
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 _
[C#]
public
string SourceColumn {get; set;}
Property Value
The name of the source column that is mapped to the DataSet. The default is an empty string.
Implements
IDataParameter.SourceColumn
Remarks
Missing <remarks> documentation for P:Npgsql.NpgsqlParameter.SourceColumn
See Also
NpgsqlParameter Class | Npgsql Namespace