Click or drag to resize

IIdAttributeGetValueForRow Method

Gets the value of the Id attribute for the specified buffer row

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
Guid GetValueForRow(
	IBufferRow row
)

Parameters

row
Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The row for which to return the value of the Id attribute

Return Value

Type: Guid
The value of the Id attribute for the specified row
See Also