プライマリ・コンテンツに移動
Oracle® Data Provider for .NET開発者ガイド
ODAC 12.2c リリース1 (12.2.0.1) for Microsoft Windows
E88311-03
目次へ移動
目次
索引へ移動
索引

前
次

OracleParameter()

このコンストラクタでは、OracleParameterクラスの新規インスタンスが作成されます。

宣言

// C#
public OracleParameter();

備考

デフォルト値:

  • DbType - String

  • ParameterDirection - Input

  • isNullable - true

  • offset - 0

  • OracleDbType - Varchar2

  • ParameterAlias - 空の文字列

  • ParameterName - 空の文字列

  • Precision - 0

  • Size - 0

  • SourceColumn - 空の文字列

  • SourceVersion - Current

  • ArrayBindStatus - Success

  • Value - null