ProjectAddNewTypedList Method |
Adds a new TypedListDefinition to the project. 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 TypedListDefinition AddNewTypedList(
string groupName,
string typedListName
)
Public Function AddNewTypedList (
groupName As String,
typedListName As String
) As TypedListDefinition
Parameters
- groupName
- Type: SystemString
Name of the group. - typedListName
- Type: SystemString
Name of the typed list.
Return Value
Type:
TypedListDefinitionthe newly created typedlist
See Also