ItemCollection::GetItem<T> Method (String^, Boolean)
.NET Framework (current version)
Returns a strongly typed GlobalItem object by using the specified identity with either case-sensitive or case-insensitive search.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: generic<typename T> where T : GlobalItem T GetItem( String^ identity, bool ignoreCase )
Parameters
- identity
-
Type:
System::String^
The identity of the item.
- ignoreCase
-
Type:
System::Boolean
true to perform the case-insensitive search; otherwise, false.
Return Value
Type: TThe item that is specified by the identity.
Type Parameters
- T
The type returned by the method.
.NET Framework
Available since 3.5
Available since 3.5
Show: