Property | Type | Description | |
---|---|---|---|
ID | int | ||
NotMapped | double |
Method | Description | |
---|---|---|
DataClass ( ) : System |
The only requirement FastDAO puts on your data classes is that they must have a default constructor (I.E. one that takes no parameters).
|
|
DataClass ( int id, string name ) : System |
Other constructors are fine to have if you'd like.
|
public DataClass ( int id, string name ) : System | ||
id | int | |
name | string | |
return | System |