C# Class Weed3Demo.demo.table.Table1Demo

Mostra file Open project: noear/Weed3

Public Methods

Method Description
ddd ( ) : DataList
demo_delete ( ) : void
demo_insert ( ) : void
demo_select ( ) : List
demo_select_complex ( ) : void
demo_select_complex_pin ( ) : DataList
demo_select_join ( ) : void
demo_update ( ) : void

Private Methods

Method Description
doGetAllInvite ( int pageIndex, int pageSize, String where, long whereVal, int _static ) : DataList

Method Details

ddd() public static method

public static ddd ( ) : DataList
return DataList

demo_delete() public static method

public static demo_delete ( ) : void
return void

demo_insert() public static method

public static demo_insert ( ) : void
return void

demo_select() public static method

public static demo_select ( ) : List
return List

demo_select_complex() public static method

public static demo_select_complex ( ) : void
return void

demo_select_complex_pin() public static method

public static demo_select_complex_pin ( ) : DataList
return DataList

demo_select_join() public static method

public static demo_select_join ( ) : void
return void

demo_update() public static method

public static demo_update ( ) : void
return void