DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
deveeldb.git
src
deveeldb-linq
Deveel.Data.Mapping
ITypeMappingConfiguration.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Collections.Generic;
3
4
namespace
Deveel
.Data.Mapping {
5
interface
ITypeMappingConfiguration
{
6
Type ElementType {
get
; }
7
8
string
TableName {
get
; }
9
10
string
UniqueKeyMember {
get
; }
11
12
IEnumerable<KeyValuePair<string, IMemberMappingConfiguration>> Members {
get
; }
13
}
14
}
Deveel
System
Definition:
NonSerializedAttribute.cs:3
Deveel.Data.Mapping.ITypeMappingConfiguration
Definition:
ITypeMappingConfiguration.cs:5
Generated by
1.8.10