IBufferTableNewRow Method |
Creates a new row with the specified id and returns it.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxIBufferRow NewRow(
Guid newRowId
)
Function NewRow (
newRowId As Guid
) As IBufferRow
IBufferRow^ NewRow(
Guid^ newRowId
)
abstract NewRow :
newRowId : Guid -> IBufferRow
Parameters
- newRowId
- Type: SystemGuid
The desired id of the new row.
Return Value
Type:
IBufferRowThe newly created row.
See Also