ReadOnlyMetadataCollection<T>.GetValue 方法

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

使用指定的标识从此集合中检索一个项。

命名空间:  System.Data.Entity.Core.Metadata.Edm
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public Overridable Function GetValue ( _
    identity As String, _
    ignoreCase As Boolean _
) As T
用法
Dim instance As ReadOnlyMetadataCollection 
Dim identity As String 
Dim ignoreCase As Boolean 
Dim returnValue As T

returnValue = instance.GetValue(identity, _
    ignoreCase)
public virtual T GetValue(
    string identity,
    bool ignoreCase
)
public:
virtual T GetValue(
    String^ identity, 
    bool ignoreCase
)
abstract GetValue : 
        identity:string * 
        ignoreCase:bool -> 'T 
override GetValue : 
        identity:string * 
        ignoreCase:bool -> 'T 
public function GetValue(
    identity : String, 
    ignoreCase : boolean
) : T

参数

  • ignoreCase
    类型:System.Boolean
    如果执行不区分大小写的搜索,则为 true;否则为 false。

返回值

类型:T
此集合中的一个项。

请参阅

参考

ReadOnlyMetadataCollection<T> 类

System.Data.Entity.Core.Metadata.Edm 命名空间