SourceColumn Property
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;}
public read-write property SourceColumn: System.String; override;
public override function get,set SourceColumn : System.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