KeyExtensions 类

定义

注意

Use IReadOnlyKey

IReadOnlyKey 的扩展方法。

public static class KeyExtensions
[System.Obsolete("Use IReadOnlyKey")]
public static class KeyExtensions
type KeyExtensions = class
[<System.Obsolete("Use IReadOnlyKey")>]
type KeyExtensions = class
Public Module KeyExtensions
Public Class KeyExtensions
继承
KeyExtensions
属性

方法

GetKeyType(IKey)
已过时.

返回简单键的键属性的类型,或复合键的对象数组。

GetPrincipalKeyValueFactory<TKey>(IKey)
已过时.

根据从各种形式的实体数据中提取的索引键值获取键值的工厂。

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不用于应用程序代码。

GetReferencingForeignKeys(IKey)
已过时.

获取面向给定主键或备用键的所有外键。

IsPrimaryKey(IKey)
已过时.

返回一个值,该值指示键是否为主键。

ToDebugString(IKey, MetadataDebugStringOptions, Int32)
已过时.

创建给定元数据的可读表示形式。

警告:不要依赖于返回的字符串的格式。 它仅用于调试,可能会在发布之间任意更改。

适用于