I have two datatypes
A and B
B has a foreign key reference to A with settings AllowCascadeDeletes = false, NullReferenceValue = null, NullableString = true
When deleting an instance of B which has reference to instance of A i get error that cascade delete is not allowed.
Comments: ** Comment from web user: wysocki **
A and B
B has a foreign key reference to A with settings AllowCascadeDeletes = false, NullReferenceValue = null, NullableString = true
When deleting an instance of B which has reference to instance of A i get error that cascade delete is not allowed.
Comments: ** Comment from web user: wysocki **
Logged as #4236 in HQ TFS