Click or drag to resize

BasePersistenceProviderGetRepositoryByObjectTypeName Method

Gets the repository with the specified name.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override Repository GetRepositoryByObjectTypeName(
	string domainObjectTypeName
)

Parameters

domainObjectTypeName
Type: SystemString
The FullName of the repository's domain object type.

Return Value

Type: Repository
See Also