Sets the boolean value for a field in the AGDBSet
object.
AGDBSet
void setBooleanField( const String name, boolean value );
Field
object accessors
dbset.setBooleanField(name, value)
void AVsetBooleanField( AGDBSet* dbset, PODSString name, PODSBoolean value );
dbset The AGDBSet
object.
name [in] The name of the field.
value [in] The boolean value to set for the field.
None
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |