1 type derived from KeyManager
System.Data.Linq (1)
IdentityManager.cs (1)
107
internal abstract class KeyManager<T, K> :
KeyManager
{
5 references to KeyManager
System.Data.Linq (5)
IdentityManager.cs (5)
63
KeyManager
km = GetKeyManager(type);
76
static
KeyManager
GetKeyManager(MetaType type) {
80
KeyManager
km = (
KeyManager
)Activator.CreateInstance(
87
km = (
KeyManager
)