SqlCeParameter.SourceColumn Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

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

Public Overridable Property SourceColumn As String  Implements _   IDataParameter.SourceColumn
[C#]
public virtual string SourceColumn {get; 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. The default is an empty string.

Implements

IDataParameter.SourceColumn

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeParameter Class | SqlCeParameter Members | System.Data.SqlServerCe Namespace