Returns a value specifying whether the specified adapter for the associated
repository item exists.
| C# | Visual Basic | Visual C++ |
Public Function Exists(Of T As Adapter) ( _ <OutAttribute> ByRef adapter As T _ ) As Boolean
public: generic<typename T> where T : Adapter bool Exists( [OutAttribute] T% adapter )
- adapter ( T %)
- When this method returns, the adapter instance for the associated repository item, if it could be created; otherwise a null reference.
True if the specified adapter for the associated repository item exists.
