DbGeography.Difference(DbGeography) Método

Definição

Calcula a diferença entre este valor DbGeografia e outro valor DbGeografia.

public:
 System::Data::Spatial::DbGeography ^ Difference(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Difference(System.Data.Spatial.DbGeography other);
member this.Difference : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Difference (other As DbGeography) As DbGeography

Parâmetros

other
DbGeography

O valor geográfico para o qual a diferença com este valor deve ser calculada.

Devoluções

Um novo valor DbGeography que representa a diferença entre este valor geográfico e other.

Exceções

Aplica-se a