Click or drag to resize
AbstractTableManagerGetXmlSchema Method
Returns XML schema for specified table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual string GetXmlSchema(
	string tableName
)

Parameters

tableName
Type: SystemString
Name of a table to get xml schema for

Return Value

Type: String

Implements

ITableManagerGetXmlSchema(String)
See Also