| |||||||||
<connectionStrings> clear ElementASP.NET Syntax ASP.NET Configuration Sections .NET Framework version 2.0 Removes all references to inherited connection strings, allowing only the connection strings that are added by the current add element. <clear /> Attributes and ElementsThe following sections describe attributes, child elements, and parent elements. AttributesNone. Child ElementsNone. Parent Elements
RemarksThe clear element removes all references to inherited connection strings from the collection that is stored in the connectionStrings element, allowing only the connection strings that are added by the current add element. The connectionStrings element specifies a collection of database connection strings, as name/value pairs, for ASP.NET applications and features. ExampleThe following code example shows how to clear the inherited connection strings. <configuration>
<connectionStrings>
<clear />
</connectionStrings>
</configuration>
See Also<connectionStrings> Section <connectionStrings> add Element <connectionStrings> remove Element |
| ||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme