SqlGeometry.STAsBinary Method
SQL Server 2008 R2
Returns the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of a SqlGeometry instance. This value will not contain any Z or M values carried by the instance.
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)] public SqlBytes STAsBinary()
Return Value
Type: System.Data.SqlTypes.SqlBytesA SqlBytes object containing the WKB representation of the SqlGeometry.