October 2010
Intermediate to advanced
1920 pages
73h 55m
English
You can create a new user-defined type by creating either a .NET class or .NET structure. After you create a user-defined type, you can use it in exactly the same way as the built-in SQL types such as the Int, NVarChar, or Decimal types. For example, you can create a new type and use the type to define a column in a database table.
To create a user-defined type with the .NET Framework, you must complete each of the following steps:
We go through each of these steps and walk through the process of creating a new user-defined type. We create a new user-defined type named DBMovie ...
Read now
Unlock full access