我正在使用asp.net动态数据网站。 我为所有表启用了脚手架。 它还显示外键。我想在表中显示数据列而不是外键。
Global.System.Data.Linq.Mapping.TableAttribute(Name:="dbo.ItemInProcess")
Partial Public Class ItemInProcess
Implements System.ComponentModel.INotifyPropertyChanging, System.ComponentModel.INotifyPropertyChanged
Private Shared emptyChangingEventArgs As PropertyChangingEventArgs = New PropertyChangingEventArgs(String.Empty)
Private _ItemInProcessID As Long
Private _ItemProcessDate As System.Nullable(Of Date)
Private _ItemProcessQuantity As System.Nullable(Of Integer)
Private _OutletID As System.Nullable(Of Long) '
此表ItemsInProcess包含来自Outlet表的_OutletID,我想从Outlet表中显示OutletName列。