RevokeConnectFrom method

UL Ext.: Revokes access to an UltraLite database from the specified user ID.

Syntax
Visual Basic
Public Sub RevokeConnectFrom( _
   ByVal uid As String _
)
C#
public void RevokeConnectFrom(
   string  uid
);
Parameters
  • uid   The user ID whose access to the database is being revoked.

See also