I have a dbml file that was autogenerated. I want to, in code (VB.Net) get the Association values for one of the properties. How is this accomplished?
Basically, in my vb.Net code I'd like to somehow know (in the following example) the LookupDocumentStatus.IsForeignKey and the LookupDocumentStatus.ThisKey value.
Is there an easy way to get this value?
_ Public Property LookupDocumentStatus() As LookupDocumentStatus Get Return Me._LookupDocumentStatus.Entity End Get Set