Gets or sets the order by part of the query.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property OrderByPart As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SqlQueryBuilder
Dim value As String
instance.OrderByPart = value
value = instance.OrderByPart
|
| C# | |
|---|
public string OrderByPart {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_OrderByPart();
public: __property void set_OrderByPart(
string* value
); |
| C++/CLI | |
|---|
public:
property String^ OrderByPart {
String^ get();
void set (String^ value);
} |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also