- row
 - The ClientQueryDataSet.ImagesRow to be removed.
 
| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Sub RemoveImagesRow( _ ByVal row As ClientQueryDataSet.ImagesRow _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public void RemoveImagesRow( ClientQueryDataSet.ImagesRow row )  | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: void RemoveImagesRow( ClientQueryDataSet.ImagesRow^ row )  | |
Parameters
- row
 - The ClientQueryDataSet.ImagesRow to be removed.
 
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code