Npgsql Api Docs

NpgsqlParameter.SourceColumn Property

Gets or sets the m_Name of the source column that is mapped to the DataSet and used for loading or returning the Value.

[Visual Basic]
Overrides Public Property SourceColumn As String _
    Implements IDataParameter.SourceColumn
[C#]
public override string SourceColumn {get; set;}

Property Value

The m_Name of the source column that is mapped to the DataSet. The default is an empty string.

Implements

IDataParameter.SourceColumn

See Also

NpgsqlParameter Class | Npgsql Namespace