Page 1 of 1

property InsertId: Integer?

Posted: Sun 25 May 2008 00:00
by b00
Hello. It appears like property InsertId has an Integer type, but how should I deal with my BIGINT autoinc fields? Thanks.

Posted: Mon 26 May 2008 14:49
by Dimon
The type of the InsertId property is Int64 and it can keep values of BIGINT autoincrement fields.

Posted: Mon 26 May 2008 18:53
by b00
Oh... indeed, not sure where I found that. Thanks!