Click or drag to resize

RepositorySourceGetRepositoryByEntityNameOrDefault Method

Returns the repository, handling the specified tableName

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Repository GetRepositoryByEntityNameOrDefault(
	string entityName
)

Parameters

entityName
Type: SystemString
The name of the entity for which we are searching the repository

Return Value

Type: Repository
The handling repository for the specified table name. Null if no repository was found
See Also