SqlGeometry.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 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
BinaryReader object that reads a binary representation of a geometry type.
Implements
- Attributes