OleDbPermission.Union(IPermission) Method

Definition

Creates a database permission that is the union of the current permission and the specified permission.

C#
public override System.Security.IPermission Union(System.Security.IPermission target);

Parameters

target
IPermission

A permission to combine with the current permission. It must be of the same type as the current permission.

Returns

A new permission that represents the union of the current permission and the specified permission.

Applies to

Product Versions
.NET Framework 1.1