DevForce Help Reference
ClientEdmKey Class
Members 


Represents the connection information to a database.
Syntax
'Declaration
 
Public Class ClientEdmKey 
   Implements IDataSourceKey 
'Usage
 
Dim instance As ClientEdmKey
public class ClientEdmKey : IDataSourceKey  
Remarks
By default an EdmKey is created from the connection information for a matching element in the ConnectionStrings section of your configuration file. You can override this default by specifying an EdmKey in the IdeaBlade section of the configuration file. You can also create an EdmKey at run-time by implementing a custom IDataSourceKeyResolver.

The ClientEdmKey is a client-side version of the EdmKey and requires no connection string information. If you implement a custom IIdGenerator the IIdGenerator.IsApplicable method will be called with a client-side key when invoked on the client, and with the server-side EdmKey when invoked on the server.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.ClientEdmKey
      IdeaBlade.EntityModel.Edm.EdmKey

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 Members
IdeaBlade.EntityModel Namespace

Send Feedback