Use this method to set a column to DBNull.Value which will translate to NULL in your DBMS system.
Use the generated Schema class to call this function.
VB.NET
emps.SetColumnNull(EmployeesSchema.MiddleInitial)C#
emps.SetColumnNull(EmployeesSchema.MiddleInitial);
EasyObject Class | NCI.EasyObjects Namespace