Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "jamsecgmbh"

Thanks! I hope this will be implemented soon - it would be a great feature.

Thank you!

How can I create a foreign key pointing to the id of an user in the user table?

[Table("DbAppTesttable")]
public class Testtable : FullAuditedEntity<long>, IMustHaveTenant
{
    // Foreign Key: ID of User
    [ForeignKey("User ...
    ...
}
Showing 21 to 22 of 22 entries