Certain Convenience Methods Removed

Issue

Some convenience methods were removed from the BaseClasses.IUserTable and BaseClasses.IUserIdentityTable interfaces.  These methods are still created as convenience methods in the same Data Access Layer classes in which they were located before, but they are no longer part of an Interface API.

Consequences

Any customizations in existing applications that call one of the "removed" interfaces may need to be manually migrated to typecast the Data Access Layer object correctly.

See Also

Version 2.0 Application Migration