Method TryLoadWithoutTableAccess
TryLoadWithoutTableAccess(string, string)
The same as LoadWithoutTableAccess(string, string), except of it returns false instead of throwing an exception if catalog load fails.
Declaration
public bool TryLoadWithoutTableAccess(string filename, string password)
Parameters
Type | Name | Description |
---|---|---|
string | filename | |
string | password |
Returns
Type | Description |
---|---|
bool |