IdeaBlade DevForce 2010 Help Reference
EdmKeys Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > IdeaBladeConfig Class : EdmKeys Property



Data source information - Applicable to both Client and Server.

Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute("edmKey")>
<XmlArrayAttribute("edmKeys")>
<DescriptionAttribute("Data source information - Applicable to both Client and Server")>
Public Property EdmKeys As NamedElementCollection(Of EdmKeyElement)
Visual Basic (Usage)Copy Code
Dim instance As IdeaBladeConfig
Dim value As NamedElementCollection(Of EdmKeyElement)
 
instance.EdmKeys = value
 
value = instance.EdmKeys
C# 
[XmlArrayItemAttribute("edmKey")]
[XmlArrayAttribute("edmKeys")]
[DescriptionAttribute("Data source information - Applicable to both Client and Server")]
public NamedElementCollection<EdmKeyElement> EdmKeys {get; set;}
C++/CLI 
[XmlArrayItemAttribute("edmKey")]
[XmlArrayAttribute("edmKeys")]
[DescriptionAttribute("Data source information - Applicable to both Client and Server")]
public:
property NamedElementCollection<EdmKeyElement^>^ EdmKeys {
   NamedElementCollection<EdmKeyElement^>^ get();
   void set (    NamedElementCollection<EdmKeyElement^>^ value);
}

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.