16.1.2.1 OracleCustomTypeMappingAttribute(string)

このコンストラクタでは、指定されたOracleユーザー定義のタイプ名を使用してOracleCustomTypeMappingAttributeを作成および初期化します。

宣言

// C#
public OracleCustomTypeMappingAttribute(string udtTypeName)

パラメータ

  • udtTypeName

    カスタム・クラスをマップするOracleユーザー定義のタイプ名。

備考

udtTypeNameパラメータは大/小文字を区別します。udtTypeNameschema_name.type_nameの形式で指定されます。