dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePermission Class / Intersect Method
A permission object to intersect with the current permission object. It must have the same type as the current permission object.

Intersect Method
Returns a new permission object representing the intersection of the current permission object and the specified permission object.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Intersect( _
   ByVal target As IPermission _
) As IPermission
 

Parameters

target
A permission object to intersect with the current permission object. It must have the same type as the current permission object.

Return Value

A new permission object that represents the intersection of the current permission object and the specified permission object. If the intersection is empty, new permission object is a null reference.
Remarks
The intersection of two permissions is a permission that describes the set of operations that they both describe in common. Only a demand that passes both original permissions will pass the intersection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also