Interface to be implemented by classes that provide the service of converting a colleciton of key values into a string for use in entity identifiers.

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public interface IKeyConverter
Visual Basic
Public Interface IKeyConverter
Visual C++
public interface class IKeyConverter
F#
type IKeyConverter =  interface end

See Also