Click or drag to resize

DataSourceMetadataProvider Constructor

Initializes a new instance of the DataSourceMetadataProvider class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public DataSourceMetadataProvider(
	IDataSource dataSource,
	string transactionName = null
)

Parameters

dataSource
Type: Aloe.SystemFrameworks.Domain.DataAccessIDataSource
The data source.
transactionName (Optional)
Type: SystemString
The name of the transaction, for logging purposes.
See Also