Assign() functions

When the database server stores a value in a database table, it first searches for a user-defined function called Assign() that takes the data type of the value. For example, if a user enters data into an FTemp column, the database server searches for a function called Assign() that has an argument of type FTemp. If the server finds that function, it runs the Assign() function before it puts the value in the table.