SARoleProvider stores role information in the aspnet_Roles table of the provider database. The namespace associated with SARoleProvider is iAnywhere.Web.Security. Each record in the Roles table corresponds to one role.
SARoleProvider uses the aspnet_UsersInRoles table to map roles to users.
| Column name | Description |
|---|---|
| name | The name of the provider. |
| type | iAnywhere.Web.Security.SARoleProvider |
| connectionStringName | The name of a connection string specified in the <connectionStrings> element.
|
| connectionString | The connection string. Optional. Required if connectionStringName is not specified.
|
| applicationName | The application name with which to associate provider data. |
| commandTimeout | The timeout value, in seconds, for server calls. |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |