DbGeography.AsGml Método
Definição
Gera a representação de GML (Geography Markup Language) deste valor DbGeography.Generates the Geography Markup Language (GML) representation of this DbGeography value.
public:
System::String ^ AsGml();
public string AsGml ();
member this.AsGml : unit -> string
Public Function AsGml () As String
Retornos
Uma cadeia de caracteres que contém a representação GML desse valor DbGeography.A string containing the GML representation of this DbGeography value.