DynamicDataExtensions.GetMetaTable Method (IDataSource)
.NET Framework (current version)
Gets the metadata for a table in the specified data source object.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- dataSource
-
Type:
System.Web.UI.IDataSource
The data source object for which to get the table metadata.
Return Value
Type: System.Web.DynamicData.MetaTableThe table metadata associated with the IDataSource object.
The table metadata was set by using the SetMetaTable or EnableDynamicData method.
.NET Framework
Available since 4.0
Available since 4.0
Show: