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

前
次

OracleCustomTypeMappingAttribute(string)

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

宣言

// C#
public OracleCustomTypeMappingAttribute(string udtTypeName)

パラメータ

  • udtTypeName

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

備考

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