-
tool
- sqlmetal
-
DataContext
- CreateDatabase
- DatabaseExists
- DeleteDatabase
- BeginTransaction
- ObjectTrackingEnabled
- ager load
- Lazy load (DeferredLoadingEnabled = false)
- ExecuteCommand
- ExecuteQuery
- Precompiled query
-
mapping
- use dbml
-
use class attribute
- database name
- table
-
Column
- AutoSync
- CanBeNull
- DbType
- Expression
- IsDiscriminator
- IsPrimaryKey
- IsDbGenerated
- IsVersion
- Name
- Storage
- TypeId
- UpdateCheck
-
Association
- EntitySet<Order>
- EntityRef<Customer>
-
InheritanceMapping
- Code (subclass)
- IsDefault
- Type