GeographyUnionAggregate.Read(BinaryReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The BinaryReader object that reads a binary representation of a geography type.