MetadataWorkspace::GetItem<T> Method (String^, Boolean, DataSpace)
.NET Framework (current version)
Returns an item by using the specified identity and the data model.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: generic<typename T> where T : GlobalItem T GetItem( String^ identity, bool ignoreCase, DataSpace dataSpace )
Parameters
- identity
-
Type:
System::String^
The identity of the item.
- ignoreCase
-
Type:
System::Boolean
true to perform the case-insensitive search; otherwise, false.
- dataSpace
-
Type:
System.Data.Metadata.Edm::DataSpace
The conceptual model on which the item is searched.
Return Value
Type: TThe item that matches the given identity in the specified data model.
Type Parameters
- T
The type returned by the method.
.NET Framework
Available since 3.5
Available since 3.5
Show: