OracleProfileProvider()
This constructor instantiates a new instance of the OracleProfileProvider
class.
Declaration
// C# public OracleProfileProvider();
Remarks
This constructor is called by ASP.NET to create an instance of the OracleProfileProvider
class as specified in the configuration file for the application. Initialization values for an OracleProfileProvider
instance are passed through the Initialize
method.
This constructor is not intended to be used directly by the application.