.net - Entity Framework 5: Get List of Foreign Keys on an Entity -


just quick question on ef 5 code-first. how i, @ run-time, access list of foreign keys exists particular entity please?

thanks in advance

you iterate through child collection on parent entity , save id each of child entities.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - UICollectionView Self Sizing Cells with Auto Layout -