PropertyBaseExtensions.GetFieldName(IPropertyBase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此属性的后备字段的名称,或者 null
如果后备字段未知,则为 。
public static string GetFieldName (this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
static member GetFieldName : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> string
<Extension()>
Public Function GetFieldName (propertyBase As IPropertyBase) As String
参数
- propertyBase
- IPropertyBase
将为其返回后备字段的属性。
返回
后备字段的名称,或 null
。