VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class / SourceColumn Property


In This Topic
    SourceColumn Property
    In This Topic
    Gets or sets the name of the source column mapped to the System.Data.DataSet and used for loading or returning the System.Data.Common.DbParameter.Value. 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 System.String
    'Usage
     
    
    Dim instance As VistaDBParameter
    Dim value As System.String
     
    instance.SourceColumn = value
     
    value = instance.SourceColumn
    public override System.string SourceColumn {get; set;}

    Property Value

    The name of the source column mapped to the System.Data.DataSet. The default is an empty string.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also