RepositorySourceGetRepositoryByEntityName Method |
Gets the repository, which has the specified table as its primary table.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Repository GetRepositoryByEntityName(
string entityName
)
Public Function GetRepositoryByEntityName (
entityName As String
) As Repository
public:
Repository^ GetRepositoryByEntityName(
String^ entityName
)
member GetRepositoryByEntityName :
entityName : string -> Repository
Parameters
- entityName
- Type: SystemString
Name of the table.
Return Value
Type:
RepositoryThe repository.
Exceptions
See Also