- command
- The DbCommand to be initialized.
- userName
- The user's name being checked to determine it is the administrator's.
Visual Basic (Declaration) | |
---|---|
Protected Overridable MustOverride Sub InitializeIsAdminCommand( _ ByVal command As DbCommand, _ ByVal userName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C++/CLI | |
---|---|
protected: virtual abstract void InitializeIsAdminCommand( DbCommand command, String^ userName ) |
Parameters
- command
- The DbCommand to be initialized.
- userName
- The user's name being checked to determine it is the administrator's.
Override this method to provide the database specific behavior for checking if a user is administrator.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family