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.6.0.0 (5.6.19.0117)
Syntaxpublic 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
RemarksDoesn't do any unique name checking, assumes name specified is unique. For model views this isn't really important.
See Also