EntityContainer::GetRelationshipSetByName Method (String^, Boolean)

 

Returns a RelationshipSet object by using the specified name for the relationship set.

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

public:
RelationshipSet^ GetRelationshipSetByName(
	String^ name,
	bool ignoreCase
)

Parameters

name
Type: System::String^

The name of the relationship set that is searched for.

ignoreCase
Type: System::Boolean

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

Return Value

Type: System.Data.Metadata.Edm::RelationshipSet^

An RelationshipSet object that represents the relationship set that has the specified name.

.NET Framework
Available since 3.5
Return to top
Show: