Hi Bill,
It will call that method too (without explicit call in Parse method):
INSERT MyTable(UDT_Col) VALUES(0x01800001800000)
According to MSDN, these are the cases that this method is called:
ValidationMethodName is also called during the running of the bcp utility,
BULK INSERT, DBCC CHECKDB, DBCC CHECKFILEGROUP, DBCC CHECKTABLE, distributed
query, and tabular data stream (TDS) remote procedure call (RPC) operations.
The default value for ValidationMethodName is null, indicating that there is
no validation method.
Leila
"William (Bill) Vaughn" <billvaRemoveThis@nwlink.com> wrote in message
news:OR$5rLwNGHA.456@TK2MSFTNGP15.phx.gbl...
|