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.
[Visual Basic] 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
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeParameter Class | SqlCeParameter Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.