日本語PDF

CollectionType

このプロパティは、OracleParameterがコレクションを表すかどうかを指定し、コレクションを表す場合は、コレクション型を指定します。

宣言

// C#
public OracleCollectionType CollectionType { get; set; }

プロパティ値

OracleCollectionTypeの列挙値

例外

ArgumentException - 指定されたOracleCollectionType値が無効です。

備考

デフォルト = OracleCollectionType.None。PL/SQL連想配列のバインドにOracleParameterが使用されている場合、CollectionTypeは、OracleCollectionType.PLSQLAssociativeArrayに設定する必要があります。