DevForce Help Reference
ClientEdmKey Constructor(String,String)


Key name
Connection string
Create an instance of this class from the information provided.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal connectionString As String _
)
'Usage
 
Dim name As String
Dim connectionString As String
 
Dim instance As New ClientEdmKey(name, connectionString)
public ClientEdmKey( 
   string name,
   string connectionString
)

Parameters

name
Key name
connectionString
Connection string
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

ClientEdmKey Class
ClientEdmKey Members
Overload List

Send Feedback