EdmMetadata.TryGetModelHash 方法
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
尝试为给定上下文获取 Code First 计算的模型哈希。 如果未在 Code First 模式中使用上下文,则此方法将返回 null。
命名空间: System.Data.Entity.Infrastructure
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Shared Function TryGetModelHash ( _
context As DbContext _
) As String
用法
Dim context As DbContext
Dim returnValue As String
returnValue = EdmMetadata.TryGetModelHash(context)
public static string TryGetModelHash(
DbContext context
)
public:
static String^ TryGetModelHash(
DbContext^ context
)
static member TryGetModelHash :
context:DbContext -> string
public static function TryGetModelHash(
context : DbContext
) : String
参数
- context
类型:System.Data.Entity.DbContext
上下文。
返回值
类型:System.String
哈希字符串。