UpdateGramSchemaLocation Property
Specifies the mapping schema name and location passed to the XMLUPDATEGRAM( ) function. Read/write at design time and run time.
Note UpdateGramSchemaLocation applies only when CursorAdapterDataSourceType is "XML". When specified, UpdateGramSchemaLocation is passed to the SchemaLocation parameter in XMLUPDATEGRAM( ). Visual FoxPro does not support creating mapping schemas; therefore, you must supply one.
CursorAdapter.UpdateGramSchemaLocation [= cName]
Property Values
- cName
Character data type. The cName parameter specifies a mapping schema name and location, and the default value is an empty string ("").
See Also
Properties | CursorAdapter Object Properties, Methods, and Events
Applies To: CursorAdapter Class