DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Attributes | Properties | List of all members
Deveel.Data.Linq.TableQueryTests.Person Class Reference

Public Attributes

int Id
 

Properties

string FirstName [get, set]
 
string LastName [get, set]
 
int Age [get, set]
 

Detailed Description

Definition at line 56 of file TableQueryTests.cs.

Member Data Documentation

int Deveel.Data.Linq.TableQueryTests.Person.Id
getset

Definition at line 58 of file TableQueryTests.cs.

Property Documentation

int Deveel.Data.Linq.TableQueryTests.Person.Age
getset

Definition at line 67 of file TableQueryTests.cs.

string Deveel.Data.Linq.TableQueryTests.Person.FirstName
getset

Definition at line 61 of file TableQueryTests.cs.

string Deveel.Data.Linq.TableQueryTests.Person.LastName
getset

Definition at line 64 of file TableQueryTests.cs.


The documentation for this class was generated from the following file: