DataConnection.ObjectIdentifierResolver Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an object that can resolve data object identifiers through both expansion and contraction.
public:
property Microsoft::VisualStudio::Data::DataObjectIdentifierResolver ^ ObjectIdentifierResolver { Microsoft::VisualStudio::Data::DataObjectIdentifierResolver ^ get(); };
public Microsoft.VisualStudio.Data.DataObjectIdentifierResolver ObjectIdentifierResolver { get; }
member this.ObjectIdentifierResolver : Microsoft.VisualStudio.Data.DataObjectIdentifierResolver
Public ReadOnly Property ObjectIdentifierResolver As DataObjectIdentifierResolver
Property Value
Returns a DataObjectIdentifierResolver object instance, which can resolve data object identifiers using expansion, defined as completion of identifier parts, and contraction, reducing the identifier to its minimal representation.