NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataParameter.SourceColumn

Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.

[Visual Basic]
Property SourceColumn As String
[C#]
string SourceColumn {get; set;}
[C++]
String* get_SourceColumn() = 0;void set_SourceColumn(String*) = 0;
[JScript]
abstract function get SourceColumn() : String;
public abstract function set SourceColumn(String);

Property Value

The name of the source column mapped to the DataSet and used for loading or returning the Value.

See Also

IDataParameter Interface | IDataParameter Members | System.Data Namespace