ProjectCreateNewEntityDefinition Method |
Creates a new entitydefinition. It assumes the names passed in are valid.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public EntityDefinition CreateNewEntityDefinition(
string groupName,
string entityName
)
Public Function CreateNewEntityDefinition (
groupName As String,
entityName As String
) As EntityDefinition
Parameters
- groupName
- Type: SystemString
Name of the group. - entityName
- Type: SystemString
Name of the entity.
Return Value
Type:
EntityDefinitionthe newly created entity definition instance
Remarks The new entity instance isn't yet added to the model.
See Also