Mimer SQL Data Provider
SourceColumn Property




Mimer.Data.Client Namespace > MimerParameter Class : SourceColumn Property
Gets or sets the name of the source column that is mapped to the System.Data.DataSet and used for loading or returning the Value.
Syntax
'Declaration
 
Public Overrides NotOverridable Property SourceColumn As String
public override string SourceColumn {get; set;}
public read-write property SourceColumn: String; override; 
public override function get,set SourceColumn : String
public: __property string* get_SourceColumn() override;
public: __property void set_SourceColumn( 
   string* value
) override;

Property Value

The name of the source column that will be used to set the value of this parameter. The default is an empty string ("").
Remarks
When SourceColumn is set to anything other than an empty string, the value of the parameter is retrieved from the column with the SourceColumn name. If Direction is set to System.Data.ParameterDirection.Input, the value is taken from the System.Data.DataSet. If Direction is set to Output, the value is taken from the database server. A Direction of InputOutput is a combination of both.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameter Class
MimerParameter Members