Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULParameter class

Size property Next Page

SourceColumn property


Specifies the name of the source column mapped to the DataSet and used for loading or returning the value.

Syntax

Visual Basic

NotOverridable Public Property SourceColumn As String _
Implements IDataParameter.SourceColumn

C#

public string SourceColumn {get;set;}

Property value

A string specifying the name of the source column mapped to the DataSet and used for loading or returning the value.

Remarks

In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.

Implements

[external link] IDataParameter.SourceColumn

See also