ReadOnlyMetadataCollection<T>.GetValue 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 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
參數
- identity
類型:System.String
所搜尋之項目的識別。
- ignoreCase
類型:System.Boolean
若要執行不區分大小寫的搜尋,則為 true,否則為 false。
傳回值
類型:T
集合的項目。