OracleCustomTypeMappingAttribute(string)
このコンストラクタでは、指定されたOracleユーザー定義のタイプ名を使用してOracleCustomTypeMappingAttributeを作成および初期化します。
宣言
// C#
public OracleCustomTypeMappingAttribute(string udtTypeName)
パラメータ
-
udtTypeNameカスタム・クラスをマップするOracleユーザー定義のタイプ名。
備考
udtTypeNameパラメータは大/小文字を区別します。udtTypeNameはschema_name.type_nameの形式で指定されます。