UL Ext.: Revokes access to an UltraLite database from the specified user ID.
Visual Basic
Public Sub RevokeConnectFrom( _
ByVal uid As String _
)
C#
public void RevokeConnectFrom(
string uid
);
uid The user ID whose access to the database is being revoked.