Method | Description | |
---|---|---|
Delete ( |
||
GetByUSER_ID ( |
||
GetPOSTSByUSER_ID ( |
||
GetRATINGSByUSER_ID ( |
||
GetTop ( int count ) : List |
||
Insert ( IEnumerable |
||
Insert ( |
||
Update ( IEnumerable |
||
Update ( |
||
UsersDap ( ) : System | ||
UsersDap ( BaseDap dapProvider ) : System | ||
UsersDap ( IDbConnection connection ) : System | ||
UsersDap ( IDbTransaction transaction ) : System |
public GetByUSER_ID ( |
||
USER_ID | ||
return |
public GetPOSTSByUSER_ID ( |
||
USER_ID | ||
return | List |
public GetRATINGSByUSER_ID ( |
||
USER_ID | ||
return | List |
public Insert ( |
||
model | ||
return | void |
public Update ( |
||
model | ||
return | void |
public UsersDap ( BaseDap dapProvider ) : System | ||
dapProvider | BaseDap | |
return | System |
public UsersDap ( IDbConnection connection ) : System | ||
connection | IDbConnection | |
return | System |
public UsersDap ( IDbTransaction transaction ) : System | ||
transaction | IDbTransaction | |
return | System |