Database.IsMember(String) Method

Definition

Determines if the current user is a member of the given group or role in the current database

public bool IsMember (string groupOrRole);
member this.IsMember : string -> bool
Public Function IsMember (groupOrRole As String) As Boolean

Parameters

groupOrRole
String

Returns

Applies to