Creates and adds a new conceptual model entity type.
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public ModelEntityType AddEntityType( string name ) |
Visual Basic |
---|
Public Function AddEntityType ( _ name As String _ ) As ModelEntityType |
Visual C++ |
---|
public: ModelEntityType^ AddEntityType( String^ name ) |
Parameters
- name
- Type: System..::..String
Entity type name for the new entity type.