public Entity GetEntityByDbName( System.string entityDbName, System.Nullable<int> dataSourceId )
Parameters
- entityDbName
- The DbName Property of the Entity (Data Object) to retrieve.
- dataSourceId
- Optionally, the ID of the Data Source from which this Entity must exist.
Return Value
An Entity object that represents the requested Data Object.