Click or drag to resize

NewRowProvider Class

Provides access to a row, which is created upon first access
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessRowProvider
    Aloe.SystemFrameworks.Domain.DataAccessNewRowProvider

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

The NewRowProvider type exposes the following members.

Constructors
  NameDescription
Public methodNewRowProvider
Initializes a new instance of the NewRowProvider class.
Top
Properties
  NameDescription
Public propertyId
Gets the Id of the row.
(Inherited from RowProvider.)
Public propertyIsAttached
Gets a value indicating whether the row is attached.
(Overrides RowProviderIsAttached.)
Public propertyRequiresDefaultValues
Gets a value indicating whether the row provider requires default values to be set.
(Overrides RowProviderRequiresDefaultValues.)
Public propertyRow
Gets the row.
(Overrides RowProviderRow.)
Public propertyRowState
Gets the state of the row.
(Inherited from RowProvider.)
Public propertyTable
Gets the table.
Top
See Also