RelationalStrings.TableOverrideMismatch(Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性“{propertySpecification}”具有表“{table}”的特定配置,但未映射到该表上的列。 删除特定配置,或将包含此属性的实体类型映射到“{table}”。
public static string TableOverrideMismatch (object propertySpecification, object table);
public static string TableOverrideMismatch (object? propertySpecification, object? table);
static member TableOverrideMismatch : obj * obj -> string
Public Shared Function TableOverrideMismatch (propertySpecification As Object, table As Object) As String
参数
- propertySpecification
- Object
- table
- Object