IDataConnectionGetXmlSchema Method |
Returns XML schema for specified table.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax string GetXmlSchema(
string tableName
)
Parameters
- tableName
- Type: SystemString
Name of a table to get xml schema for
Return Value
Type:
StringSee Also