Mercurial > pub > bltoolkit
comparison UnitTests/Linq/CompilerServices.vb @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 Imports Data.Linq.Model | |
2 | |
3 Public Module CompilerServices | |
4 | |
5 Public Function CompareString(ByVal db As ITestDataContext) As IEnumerable(Of Person) | |
6 Return From p In db.Person Where p.FirstName = "John" Select p | |
7 End Function | |
8 | |
9 End Module |