What is the recommended way to create an instance of a nullable type, such as System.Nullable<int64>? I would prefer a method that used the embedded API as opposed to a C# helper method. Jonathan