DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameter Class / SourceColumn Property

In This Topic
    SourceColumn Property
    In This Topic
    Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
    Syntax
    'Declaration
     
    Public Overrides Property SourceColumn As String
    public override string SourceColumn {get; set;}
    See Also