EntitySetBase.Table 属性

定义

获取或设置此实体集的数据库表名称。

public string Table { get; set; }
member this.Table : string with get, set
Public Property Table As String

属性值

例外

如果传入 setter 的值为 null

当 EntitySetBase 实例处于 ReadOnly 状态时调用资源库时引发

适用于