UpdateGramSchemaLocation Property
Visual Studio .NET 2003
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]
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
Show: