Returns the schema table corresponding to the specified data source view.
Namespace:
Endeca.Web.UI.DesignAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public DataTable GetSchemaTable( string viewName ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSchemaTable ( _ viewName As String _ ) As DataTable |
| Visual C++ |
|---|
public: DataTable^ GetSchemaTable( String^ viewName ) |
Parameters
- viewName
- Type: System..::.String