public class DatabaseUserInfoProvider : IUserInfoProviderPublic Class DatabaseUserInfoProvider
Implements IUserInfoProviderpublic ref class DatabaseUserInfoProvider : IUserInfoProvidertype DatabaseUserInfoProvider =
class
interface IUserInfoProvider
end| DatabaseUserInfoProvider | Provider for for retrieving user information based on user identifier(s) by querying a relational database. This implementation of IUserInfoProvider supports dynamic user indentifier(s) lookups and mapping database results to user info objects. |
| CreateUserInfoTUserInfo | Creates a user information object from a data reader row. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetComand | Builds SQL command for retrieving user information by one or more user indentifier(s). |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| GetUserInfoAsyncTUserInfo | Retrieves user information for single user with specified identifier. |
| GetUsersInfoAsyncTUserInfo | Retrieves user information for multiple users with specified identifiers. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |