Send feedback on this topic.
Teradata.Client.Provider
User Defined Type Support
.NET Data Provider for Teradata > Developer's Guide > Working with the Teradata Database Features > User Defined Type Support

The Data Provider supports the Data Definition (DDL) and the Data Manipulation (DML) of User Defined Types (UDT). There are many steps in creating a UDT and the details are not in the scope of this document. The Data Provider can execute the Data Definition Language (DDL) statements to create a UDT. The limitation is that all source files for the UDT must reside on the Advanced SQL Engine server where the UDT is being created. Refer to the Data Definition Language manual for information on how to create UDTs.

See Also

User Defined Type