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
SyntaxGuid GetValueForRow(
IBufferRow row
)
Function GetValueForRow (
row As IBufferRow
) As Guid
Guid^ GetValueForRow(
IBufferRow^ row
)
abstract GetValueForRow :
row : IBufferRow -> Guid
Parameters
- row
- Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The row for which to return the value of the Id attribute
Return Value
Type:
GuidThe value of the Id attribute for the specified row
See Also