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
Syntaxpublic Repository GetRepositoryByEntityNameOrDefault(
string entityName
)
Public Function GetRepositoryByEntityNameOrDefault (
entityName As String
) As Repository
public:
Repository^ GetRepositoryByEntityNameOrDefault(
String^ entityName
)
member GetRepositoryByEntityNameOrDefault :
entityName : string -> Repository
Parameters
- entityName
- Type: SystemString
The name of the entity for which we are searching the repository
Return Value
Type:
RepositoryThe handling repository for the specified table name. Null if no repository was found
See Also