ExistsRepository(string)
Test if a named repository exists
Declaration
public bool ExistsRepository(string repositoryName)Parameters
| Type | Name | Description |
|---|---|---|
| string | repositoryName | the named repository to check |
Returns
| Type | Description |
|---|---|
| bool | true if the repository exists |
Implements
Remarks
Test if a named repository exists. Use CreateRepository(Assembly, Type) to create a new repository and GetRepository(Assembly) to retrieve a repository.