DatabasePermissionCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes a DatabasePermission from the collection.
Overload List
Name | Description | |
---|---|---|
![]() |
Remove(String) | Removes the DatabasePermission with the specified identifier from the collection. |
![]() |
Remove(DatabasePermission) | Removes the specified DatabasePermission from the collection. |
![]() |
Remove(IModelComponent) | (Inherited from ModelComponentCollection.) |
![]() |
Remove(String, Boolean) | Infrastructure. |
![]() |
Remove(DatabasePermission, Boolean) | Infrastructure. |
Top