DynamicDataExtensions.GetDefaultValues Method (IDataSource)
.NET Framework 4.5
Gets the collection of the default values for the specified data source.
Namespace: System.Web.DynamicData
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
'Declaration <ExtensionAttribute> _ Public Shared Function GetDefaultValues ( _ dataSource As IDataSource _ ) As IDictionary(Of String, Object)
Parameters
- dataSource
- Type: System.Web.UI.IDataSource
The data source for which to get the default values.
Return Value
Type: System.Collections.Generic.IDictionary(Of String, Object)The collection of default values that are associated with the IDataSource object.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IDataSource. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).The collection of default values is set by using the SetMetaTable or EnableDynamicData methods.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.