OraclePermission::Add Method (String^, String^, KeyRestrictionBehavior)
.NET Framework (current version)
Creates a new set of permissions.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public: void Add( String^ connectionString, String^ restrictions, KeyRestrictionBehavior behavior )
Parameters
- connectionString
-
Type:
System::String^
The connection string.
- restrictions
-
Type:
System::String^
The key restrictions.
- behavior
-
Type:
System.Data::KeyRestrictionBehavior
One of the KeyRestrictionBehavior enumerations.
.NET Framework
Available since 2.0
Available since 2.0
Show: