12. Understanding .NET Data Provider Connectivity : .NET Data Provider Classes : IngresPermission Class
 
Share this page                  
IngresPermission Class
The IngresPermission class provides additional information that a user has a security level sufficient to access the Ingres database. At present, the class is not used by the .NET Data Provider. The class is included in the Ingres data provider to provide completeness for the Factory interoperability model. Instead, standard Ingres security and access control is used.
The IngresPermission class can be declared as follows:
C#: public sealed class IngresPermission : DBPermission
VB.NET: NotInheritable Public Class IngresPermission
Inherits DBPermission