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