SqlGeometry.Read(BinaryReader) Method

Definition

Reads a binary representation of a geometry type into a SqlGeometry object. SqlGeometry

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public void Read (System.IO.BinaryReader r);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
abstract member Read : System.IO.BinaryReader -> unit
override this.Read : System.IO.BinaryReader -> unit
Public Sub Read (r As BinaryReader)

Parameters

r
BinaryReader

BinaryReader object that reads a binary representation of a geometry type.

Implements

Attributes

Applies to