SqlXml Constructor (Stream^)

 

Creates a new SqlXml instance, supplying the XML value from the supplied Stream-derived instance.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
SqlXml(
	Stream^ value
)

Parameters

value
Type: System.IO::Stream^

A Stream-derived instance (such as FileStream) from which to load the SqlXml instance's Xml content.

.NET Framework
Available since 2.0
Return to top
Show: