ISQLXML.BinaryStream Property

Definition

Returns a stream that can be used to read binary data from this SQL XML object.

public System.IO.Stream? BinaryStream { [Android.Runtime.Register("getBinaryStream", "()Ljava/io/InputStream;", "GetGetBinaryStreamHandler:Java.Sql.ISQLXMLInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getBinaryStream", "()Ljava/io/InputStream;", "GetGetBinaryStreamHandler:Java.Sql.ISQLXMLInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.BinaryStream : System.IO.Stream

Property Value

Attributes

Exceptions

if an error occurs accessing the data

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to