DevForce Help Reference
EdmKeys Property


Data source information - Applicable to both Client and Server.
Syntax
'Declaration
 
<DescriptionAttribute("Data source information - Applicable to both Client and Server")>
<XmlArrayAttribute("edmKeys")>
<XmlArrayItemAttribute("edmKey")>
Public Property EdmKeys As NamedElementCollection(Of EdmKeyElement)
'Usage
 
Dim instance As IdeaBladeConfig
Dim value As NamedElementCollection(Of EdmKeyElement)
 
instance.EdmKeys = value
 
value = instance.EdmKeys
[Description("Data source information - Applicable to both Client and Server")]
[XmlArray("edmKeys")]
[XmlArrayItem("edmKey")]
public NamedElementCollection<EdmKeyElement> EdmKeys {get; set;}
Remarks
EdmKeys can be used to define the data sources used by the application. If not present, the connection strings section in the server's configuration file is used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBladeConfig Class
IdeaBladeConfig Members

Send Feedback