WriteNullPortable Method
WriteNullPortable(String, Int32, Int32)
To write a null portable value, user needs to provide class and factoryIds of related class.
Declaration
void WriteNullPortable(string fieldName, int factoryId, int classId)
Parameters
String | fieldName | name of the field |
Int32 | factoryId | factory id of related portable class |
Int32 | classId | class id of related portable class |
Remarks
To write a null portable value, user needs to provide class and factoryIds of related class.
Exceptions
IOException | System.IO.IOException |