DbGeometry.ProviderValue Property

Definition

Gets a representation of this DbGeometry value that is specific to the underlying provider that constructed it.

public:
 property System::Object ^ ProviderValue { System::Object ^ get(); };
public object ProviderValue { get; }
member this.ProviderValue : obj
Public ReadOnly Property ProviderValue As Object

Property Value

A representation of this DbGeometry value.

Applies to