Click or drag to resize

DataAccessRepository Constructor

Initializes a new instance of the DataAccessRepository class.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public DataAccessRepository(
	string name,
	string tableName,
	RepositorySource source
)

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