Class SqlPermissionCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of SQL permissions.
public class SqlPermissionCollection : Collection<SqlPermission>, IList<SqlPermission>, ICollection<SqlPermission>, IList, ICollection, IReadOnlyList<SqlPermission>, IReadOnlyCollection<SqlPermission>, IEnumerable<SqlPermission>, IEnumerable
- Inheritance
-
SqlPermissionCollection
- Implements
- Inherited Members
Constructors
SqlPermissionCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlPermissionCollection class.
public SqlPermissionCollection()
Methods
FindByGrantee(string)
Returns a CENTREL.XIA.Configuration.Types.SqlPermissionCollection containing the permissions with the specified grantee.
public SqlPermissionCollection FindByGrantee(string grantee)
Parameters
grantee
stringThe grantee of the permissions to locate.
Returns
- SqlPermissionCollection
A CENTREL.XIA.Configuration.Types.SqlPermissionCollection containing the permissions with the specified grantee.
Sort()
Sorts the values in the collection.
public void Sort()