Firebird ADO.NET Provider SDK Documentation - v1.7

FbParameter.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]
<DefaultValue, _  Category(Category:="Datos")>
NotOverridable Public Property SourceColumn As String _
    Implements IDataParameter.SourceColumn
[C#]
[DefaultValue]
[Category(Category="Datos")]
public string SourceColumn {get; set;}

Implements

IDataParameter.SourceColumn

See Also

FbParameter Class | FirebirdSql.Data.Firebird Namespace