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 CursorAdapter DataSourceType 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]
Return Value
- cName
Character data type. The cName parameter specifies a mapping schema name and location, and the default value is an empty string ("").
Remarks
Applies To: CursorAdapter Class
See Also
Reference
CursorAdapter Object Properties, Methods, and Events