GeographyUnionAggregate.Read(BinaryReader) Method

Definition

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

public void Read (System.IO.BinaryReader r);
abstract member Read : System.IO.BinaryReader -> unit
override this.Read : System.IO.BinaryReader -> unit
Public Sub Read (r As BinaryReader)

Parameters

r
BinaryReader

The BinaryReader object that reads a binary representation of a geography type.

Implements

Applies to