EntityContainer.GetRelationshipSetByName(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a RelationshipSet object by using the specified name for the relationship set.
public:
System::Data::Metadata::Edm::RelationshipSet ^ GetRelationshipSetByName(System::String ^ name, bool ignoreCase);
public System.Data.Metadata.Edm.RelationshipSet GetRelationshipSetByName (string name, bool ignoreCase);
member this.GetRelationshipSetByName : string * bool -> System.Data.Metadata.Edm.RelationshipSet
Public Function GetRelationshipSetByName (name As String, ignoreCase As Boolean) As RelationshipSet
Parameters
- name
- String
The name of the relationship set that is searched for.
- ignoreCase
- Boolean
true
to perform the case-insensitive search; otherwise, false
.
Returns
An RelationshipSet object that represents the relationship set that has the specified name.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.