Method | Description | |
---|---|---|
Add ( StockWebApp model ) : int |
增加一条数据
|
|
DataRowToModel ( |
得到一个对象实体
|
|
Delete ( int ROW_ID ) : bool |
删除一条数据
|
|
DeleteList ( string ROW_IDlist ) : bool |
批量删除数据
|
|
Exists ( int ROW_ID ) : bool |
是否存在该记录
|
|
ExistsDate ( System.DateTime dt ) : bool |
是否存在该记录
|
|
ExistsName ( string strSql ) : bool |
是否存在该记录(模糊) 重载董苇
|
|
Get5List ( string strData ) : |
获得前几行数据 重载 董苇 反向取5天数据
|
|
GetList ( int Top, string strWhere, string filedOrder ) : |
获得前几行数据
|
|
GetList ( string strWhere ) : |
获得数据列表
|
|
GetListByPage ( string strWhere, string orderby, int startIndex, int endIndex ) : |
分页获取数据列表
|
|
GetModel ( int ROW_ID ) : StockWebApp.Model.Stock |
得到一个对象实体
|
|
GetModelName ( string code ) : StockWebApp.Model.Stock |
得到一个对象实体 重载 董苇
|
|
GetREMAININGList ( string strData ) : |
获得前几行数据 重载 董苇 反向取30个数据
|
|
GetRecordCount ( string strWhere ) : int |
获取记录总数
|
|
Update ( StockWebApp model ) : bool |
更新一条数据
|
public DataRowToModel ( |
||
row | ||
return | StockWebApp.Model.Stock |
public DeleteList ( string ROW_IDlist ) : bool | ||
ROW_IDlist | string | |
return | bool |
public ExistsDate ( System.DateTime dt ) : bool | ||
dt | System.DateTime | |
return | bool |
public Get5List ( string strData ) : |
||
strData | string | |
return |
public GetList ( int Top, string strWhere, string filedOrder ) : |
||
Top | int | |
strWhere | string | |
filedOrder | string | |
return |
public GetList ( string strWhere ) : |
||
strWhere | string | |
return |
public GetListByPage ( string strWhere, string orderby, int startIndex, int endIndex ) : |
||
strWhere | string | |
orderby | string | |
startIndex | int | |
endIndex | int | |
return |
public GetModel ( int ROW_ID ) : StockWebApp.Model.Stock | ||
ROW_ID | int | |
return | StockWebApp.Model.Stock |
public GetModelName ( string code ) : StockWebApp.Model.Stock | ||
code | string | |
return | StockWebApp.Model.Stock |
public GetREMAININGList ( string strData ) : |
||
strData | string | |
return |
public GetRecordCount ( string strWhere ) : int | ||
strWhere | string | |
return | int |