MemoryBufferTableNewRow 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
Syntaxpublic IBufferRow NewRow(
Guid newRowId
)
Public Function NewRow (
newRowId As Guid
) As IBufferRow
public:
virtual IBufferRow^ NewRow(
Guid^ newRowId
) sealed
abstract NewRow :
newRowId : Guid -> IBufferRow
override NewRow :
newRowId : Guid -> IBufferRow
Parameters
- newRowId
- Type: SystemGuid
The desired new row id.
Return Value
Type:
IBufferRowThe newly created row.
Implements
IBufferTableNewRow(Guid)
See Also