Provider Property (ISessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The Provider property contains the name of the database provider.
'Declaration
ReadOnly Property Provider As String
'Usage
Dim instance As ISessionManager
Dim value As String
value = instance.Provider
string Provider {get;}