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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
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

IDataConnectionGetXmlSchema(String)
See Also