6.19.2.1 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