Dynamicweb 8 Documentation
GetPermissionBySql Method

SQL statement to be used to retrieve a permission.
Retrieves a permission according to provided SQL statement.
Syntax
'Declaration
 
Public Shared Function GetPermissionBySql( _ 
   ByVal sql As String _ 
) As Permission
public static Permission GetPermissionBySql( 
   string sql 
)

Parameters

sql
SQL statement to be used to retrieve a permission.

Return Value

Retrieved the permission.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Permission Class
Permission Members

Send Feedback