DevForce Help Reference
DbKey Constructor(EdmKeyElement)


Construct an instance of the class from an IdeaBlade.Core.Configuration.EdmKeyElement. Internal use only.
Syntax
'Declaration
 
Public Function New( _
   ByVal keyElement As EdmKeyElement _
)
'Usage
 
Dim keyElement As EdmKeyElement
 
Dim instance As New DbKey(keyElement)
public DbKey( 
   EdmKeyElement keyElement
)

Parameters

keyElement
Remarks
A DbKey can be constructed from an EdmKey in the configuration file.
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

DbKey Class
DbKey Members
Overload List

Send Feedback