ProjectCreateNewTypedViewDefinition Method |
Creates a new TypedViewDefinition. 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.1.0.0 (5.1.0)
Syntax public TypedViewDefinition CreateNewTypedViewDefinition(
string groupName,
string typedViewName
)
Public Function CreateNewTypedViewDefinition (
groupName As String,
typedViewName As String
) As TypedViewDefinition
Parameters
- groupName
- Type: SystemString
Name of the group. - typedViewName
- Type: SystemString
Name of the typed view.
Return Value
Type:
TypedViewDefinitionThe newly created typedview definition instance or null if failed (e.g. denied by a plugin)
Remarks The newly created typedview isn't yet added to the project
See Also