Gets the data provider stack for the current thread.
| C# | Visual Basic | Visual C++ |
protected static Stack<IDataProvider> Providers { get; }
Protected Shared ReadOnly Property Providers As Stack(Of IDataProvider)
protected: static property Stack<IDataProvider^>^ Providers { Stack<IDataProvider^>^ get (); }
The data providers for the current thread.
