DbEntitySetSelectSize Method |
设置排序条件
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic DbEntity SetSelectSize(
int size
)
Public Function SetSelectSize (
size As Integer
) As DbEntity
public:
DbEntity^ SetSelectSize(
int size
)
member SetSelectSize :
size : int -> DbEntity
Parameters
- size
- Type: SystemInt32
0则不限
Return Value
Type:
DbEntity[Missing <returns> documentation for "M:Adf.Db.DbEntity.SetSelectSize(System.Int32)"]
See Also