We7 CMS V2.6 类库文档 for .net Framework 2.0 (生成于:2010-6-25)

[Missing <summary> documentation for M:Thinkment.Data.BaseDriver.BuildOrderString(System.Collections.Generic.List{Thinkment.Data.Order},System.Boolean)]

命名空间:  Thinkment.Data
程序集:  Thinkment.Data (在Thinkment.Data.dll文件中)
版本: dll

语法

C#
protected string BuildOrderString(
	List<Order> orders,
	bool reverse
)
Visual Basic (Declaration)
Protected Function BuildOrderString ( _
	orders As List(Of Order), _
	reverse As Boolean _
) As String
Visual C++
protected:
String^ BuildOrderString(
	List<Order^>^ orders, 
	bool reverse
)

参数

orders
类型:System.Collections.Generic..::.List<(Of <(Order>)>)

[Missing <param name="orders"/> documentation for "M:Thinkment.Data.BaseDriver.BuildOrderString(System.Collections.Generic.List{Thinkment.Data.Order},System.Boolean)"]

reverse
类型:System..::.Boolean

[Missing <param name="reverse"/> documentation for "M:Thinkment.Data.BaseDriver.BuildOrderString(System.Collections.Generic.List{Thinkment.Data.Order},System.Boolean)"]

返回值

[Missing <returns> documentation for M:Thinkment.Data.BaseDriver.BuildOrderString(System.Collections.Generic.List{Thinkment.Data.Order},System.Boolean)]

参见