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!

ADOParameter.SourceColumn

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

[Visual Basic]
Overridable Public Property SourceColumn As String
[C#]
public string SourceColumn {virtual get; virtual set;}
[C++]
public: __property virtual String* get_SourceColumn();
public: __property virtual void set_SourceColumn(String*);
[JScript]
public function get SourceColumn() : String;
public 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

ADOParameter Class | ADOParameter Members | System.Data.ADO Namespace