EntityContainer.TryGetRelationshipSetByName Method (String, Boolean, RelationshipSet)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns a RelationshipSet object by using the specified name for the relationship set.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public bool TryGetRelationshipSetByName( string name, bool ignoreCase, out RelationshipSet relationshipSet )
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.
- relationshipSet
-
Type:
System.Data.Metadata.Edm.RelationshipSet
When this method returns, contains a RelationshipSet object.
Return Value
Type: System.Booleantrue if there is a relationship set that matches the search criteria; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: