dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlXml Class / SqlXml Constructor / SqlXml Constructor(Stream)

In This Topic
    SqlXml Constructor(Stream)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Stream _
    )
    public SqlXml( 
       Stream value
    )

    Parameters

    value
    See Also