I think I may have answered my own question on the sqldbtype enumerated type
by declaring or passing it as that type (sqldbtype) will allow only certain values to be accepted (all the values listed for sqldbtype ..bit,int,text,datetime, etc)
an error will be thrown if a value that is not a member of the sqldbtype ....correct?
|