RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceDataEntryGridManager<(Of <(<'TEntity>)>)>..::..GetParentRowIdFromEntity Method

Gets the parent row identifier from entity.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


protected virtual string GetParentRowIdFromEntity(
	TEntity entity
)
Protected Overridable Function GetParentRowIdFromEntity ( _
	entity As TEntity _
) As String
protected:
virtual String^ GetParentRowIdFromEntity(
	TEntity entity
)

Parameters

entity
Type: TEntity
The entity.

Return Value

System.String.