ITypeHandler4.

Write(IWriteContext, Object) Method

Summary

gets called when an object is to be written to the database.

Syntax

void Write(IWriteContext context, Object obj)

Remarks

gets called when an object is to be written to the database.

Parameters

Name Type Description
context IWriteContext
obj Object the object

Return Value

Type Description
void