7.4.2 OracleXmlStreamコンストラクタ

このコンストラクタは、OracleXmlTypeオブジェクト内に格納されたXMLデータのStream表現を提供する、OracleXmlStreamオブジェクトのインスタンスを作成します。

宣言

// C#
public OracleXmlStream(OracleXmlType xmlType);

パラメータ

  • xmlType

    OracleXmlTypeオブジェクト。

備考

OracleXmlStreamオブジェクトは、構築元であるOracleXmlTypeオブジェクトからのOracleConnectionオブジェクトを暗黙的に使用します。