DynamicDataExtensions.TryGetMetaTable Method (IDataSource, MetaTable)
.NET Framework (current version)
Determines whether table metadata is available.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
<ExtensionAttribute> Public Shared Function TryGetMetaTable ( dataSource As IDataSource, <OutAttribute> ByRef table As MetaTable ) As Boolean
Parameters
- dataSource
-
Type:
System.Web.UI.IDataSource
The data source that contains the table.
- table
-
Type:
System.Web.DynamicData.MetaTable
When this method returns, contains the table metadata. This parameter is passed uninitialized.
.NET Framework
Available since 4.0
Available since 4.0
Show: