ProjectCreateNewModelView Method |
Creates the new model view.
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 ModelView CreateNewModelView(
string name
)
Public Function CreateNewModelView (
name As String
) As ModelView
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
ModelViewthe model view created
Remarks Doesn't do any unique name checking, assumes name specified is unique. For model views this isn't really important.
See Also