EntityContainer.GetEntitySetByName(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 an EntitySet object by using the specified name for the entity set.
public:
System::Data::Metadata::Edm::EntitySet ^ GetEntitySetByName(System::String ^ name, bool ignoreCase);
public System.Data.Metadata.Edm.EntitySet GetEntitySetByName (string name, bool ignoreCase);
member this.GetEntitySetByName : string * bool -> System.Data.Metadata.Edm.EntitySet
Public Function GetEntitySetByName (name As String, ignoreCase As Boolean) As EntitySet
Parameters
- name
- String
The name of the entity set that is searched for.
- ignoreCase
- Boolean
true
to perform the case-insensitive search; otherwise, false
.
Returns
An EntitySet object that represents the entity set that has the specified name.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.