DataAccessRepository Constructor |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic DataAccessRepository(
string name,
string tableName,
RepositorySource source
)
Public Sub New (
name As String,
tableName As String,
source As RepositorySource
)
public:
DataAccessRepository(
String^ name,
String^ tableName,
RepositorySource^ source
)
new :
name : string *
tableName : string *
source : RepositorySource -> DataAccessRepository
Parameters
- name
- Type: SystemString
The name of the new repository - tableName
- Type: SystemString
Name of the table. - source
- Type: Aloe.SystemFrameworks.DomainRepositorySource
The repository source, to which this repository should be attached
See Also