CustomEntityHandler Constructor
Creates a new handler for operations on entities of a specific custom type.
Syntax
public CustomEntityHandler(
System.string entityTypeName
)Public Function New( _
ByVal entityTypeName As System.String _
)Parameters
| Name | Description |
|---|---|
| entityTypeName | The system name of the custom entity definition. |