EntityContainer::TryGetEntitySetByName Method (String^, Boolean, EntitySet^%)

 

Returns an EntitySet object by using the specified name for the entity set.

Namespace:   System.Data.Metadata.Edm
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
bool TryGetEntitySetByName(
	String^ name,
	bool ignoreCase,
	[OutAttribute] EntitySet^% entitySet
)

Parameters

name
Type: System::String^

The name of the entity set that is searched for.

ignoreCase
Type: System::Boolean

true to perform the case-insensitive search; otherwise, false.

entitySet
Type: System.Data.Metadata.Edm::EntitySet^%

When this method returns, contains an EntitySet object. If there is no entity set, this output parameter contains null.

Return Value

Type: System::Boolean

true if there is an entity set that matches the search criteria; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: