Definition at line 101 of file TableQueryTests.cs.
Deveel.Data.Linq.TableQueryTests.TestQueryContext.TestQueryContext |
( |
IQuery |
context | ) |
|
|
inline |
override void Deveel.Data.Linq.TableQueryTests.TestQueryContext.OnBuildMap |
( |
MappingContext |
mappingContext | ) |
|
|
inlineprotectedvirtual |
Implements Deveel.Data.Linq.QueryContext.
Definition at line 106 of file TableQueryTests.cs.
107 mappingContext.Map<Person>()
109 mappingContext.Map<Person>()
110 .Member(person => person.Id)
113 mappingContext.Map<Person>()
114 .Member(person => person.FirstName)
115 .HasName(
"first_name")
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb.linq.nunit/Deveel.Data.Linq/TableQueryTests.cs