LookupDataMauiBase..::..GetEntityForPrimaryKey Method
Gets the entity for primary key.
Namespace:
RingSoft.DbLookup.LookupAssembly: 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.