From: Dmitry A. <fd...@do...> - 2004-03-12 13:39:41
|
"JS.staff" wrote: > That sounds great - how about a collection of field names in the > FbCommandBuilder specifying the fields to check?? That way we could > choose to use a generator instead of a timestamp. > > builder.FieldsToCheck =3D "myprimarykey,mytimestamp"; I thinking about this too, but current we have mode with automatic primary key selecting... :-) In best case, my opinion: if FieldsToCheck empty -- use Behaivor (AllFields or no...) or to FbCommandBehaivor add new mode -- ListFields or similar... :) |