  | OrderByClause Constructor (String, String) | 
  
    Namespace: 
   Dynamicweb.DataManagement
    Assembly:
   Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntaxpublic OrderByClause(
	string fieldName,
	string direction
)
Public Sub New ( 
	fieldName As String,
	direction As String
)
Parameters
- fieldName
 - Type: SystemString
 - direction
 - Type: SystemString
 
See Also