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

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データ・アクセス API » SQL Anywhere .NET 2.0 API リファレンス » iAnywhere.Data.SQLAnywhere ネームスペース (.NET 2.0) » SAParameter クラス » SAParameter コンストラクタ

 

SAParameter(String, SADbType, Int32, String) コンストラクタ

SAParameter オブジェクトを、指定されたパラメータ名、データ型、長さで初期化します。

構文
Visual Basic

Public Sub New( _
   ByVal parameterName As String, _
   ByVal dbType As SADbType, _
   ByVal size As Integer, _
   ByVal sourceColumn As String _
)
C#

public  SAParameter(
   string  parameterName,
   SADbType dbType,
   int size,
   string  sourceColumn
);
パラメータ
  • parameterName   パラメータの名前。

  • dbType   SADbType 値の 1 つ。

  • size   パラメータの長さ。

  • sourceColumn   マッピングするソース・カラムの名前。

参照