Representation of an OData entity set.
Create a representation of an OData entity set in the context of an analytic query. Do not create your own instances.
new sap.ui.model.analytics.odata4analytics.EntitySet(oModel, oSchema, oContainer, oEntitySet, oEntityType)
Param | Type | Default Value | Description |
---|---|---|---|
oModel | object | datajs object for the OData model containing this entity set |
|
oSchema | object | datajs object for the schema surrounding the container of this entity set |
|
oContainer | object | datajs object for the container holding this entity set |
|
oEntitySet | object | datajs object for the entity set |
|
oEntityType | object | datajs object for the entity type |
Method | Description |
---|---|
getEntityType |
Get entity type used for this entity set |
getQName |
Get the fully qualified name for this entity type |
getSetDescription |
Get full description for this entity set |
getUpdatablePropertyNameSet |
Get names of properties in this entity set that can be updated |