IdeaBlade DevForce 2010 Help Reference
LocateEdmKey Method
See Also  Send Feedback
IdeaBlade.EntityModel.Edm Assembly > IdeaBlade.EntityModel.Edm Namespace > EdmKey Class : LocateEdmKey Method



keyName
Key name
Finds information for the specified key name in the IdeaBlade configuration.

Syntax

Visual Basic (Declaration) 
Public Shared Shadows Function LocateEdmKey( _
   ByVal keyName As String _
) As EdmKey
Visual Basic (Usage)Copy Code
Dim keyName As String
Dim value As EdmKey
 
value = EdmKey.LocateEdmKey(keyName)
C# 
public new static EdmKey LocateEdmKey( 
   string keyName
)
C++/CLI 
public:
new static EdmKey^ LocateEdmKey( 
   String^ keyName
) 

Parameters

keyName
Key name

Return Value

The specified EdmKey or null if not found.

Remarks

If an EdmKey element with the specified name is not found in the IdeaBlade configuration section then null is returned.

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.