Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default values.
GetDefaultValues(IDataSource) |
Gets the collection of the default values for the specified data source. |
GetDefaultValues(INamingContainer) |
Gets the collection of the default values for the specified data control. |
Gets the collection of the default values for the specified data source.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetDefaultValues(System::Web::UI::IDataSource ^ dataSource);
public static System.Collections.Generic.IDictionary<string,object> GetDefaultValues(this System.Web.UI.IDataSource dataSource);
static member GetDefaultValues : System.Web.UI.IDataSource -> System.Collections.Generic.IDictionary<string, obj>
<Extension()>
Public Function GetDefaultValues (dataSource As IDataSource) As IDictionary(Of String, Object)
The data source for which to get the default values.
The collection of default values that are associated with the IDataSource object.
The collection of default values is set by using the SetMetaTable or EnableDynamicData methods.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Gets the collection of the default values for the specified data control.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetDefaultValues(System::Web::UI::INamingContainer ^ control);
public static System.Collections.Generic.IDictionary<string,object> GetDefaultValues(this System.Web.UI.INamingContainer control);
static member GetDefaultValues : System.Web.UI.INamingContainer -> System.Collections.Generic.IDictionary<string, obj>
<Extension()>
Public Function GetDefaultValues (control As INamingContainer) As IDictionary(Of String, Object)
The data control for which to get the default values.
The collection of default values that are associated with the INamingContainer object.
The collection of default values is set by using the SetMetaTable or EnableDynamicData methods.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in