Flags Property

Specifies desired flag settings as described by the nFlags parameter in the XMLUPDATEGRAM( ) function. Read/write at design time and run time.

Note   Flags applies only when the CursorAdapterDataSourceType property is set to "XML". The CursorAdapter object passes flags specified by the Flags property when constructing an XML UpdateGram. The CursorAdapter object evaluates Flags only once per update operation.

CursorAdapter.Flags [= nFlags]

Property Values

  • nFlags
    Integer data type. The nFlags parameter specifies nFlag settings from the XMLUPDATEGRAM( ) function and has a default value of 0.

See Also

Properties | CursorAdapter Object Properties, Methods, and Events | UpdateGram Property

Applies To: CursorAdapter Class