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

LookupDataMaui<(Of <(<'TEntity>)>)>..::..GetEntityForPrimaryKey Method

Gets the entity for primary key.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public Object GetEntityForPrimaryKey(
	PrimaryKeyValue primaryKeyValue
)
Public Function GetEntityForPrimaryKey ( _
	primaryKeyValue As PrimaryKeyValue _
) As Object
public:
Object^ GetEntityForPrimaryKey(
	PrimaryKeyValue^ primaryKeyValue
)

Parameters

primaryKeyValue
Type: RingSoft.DbLookup..::..PrimaryKeyValue
The primary key value.

Return Value

System.Object.