/// <summary> Generates the well known binary representation of this DbGeometry value. </summary> /// <returns>The well-known binary representation of this DbGeometry value.</returns> public byte[] AsBinary() { return(_spatialProvider.AsBinary(this)); }