Click or drag to resize

NewRowProvider Constructor

Initializes a new instance of the NewRowProvider class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public NewRowProvider(
	IBufferTable table
)

Parameters

table
Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferTable
The table.
See Also