| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Overrides Protected Function GetRowType() As Type  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As CompositeInstanceDataSet.InstanceDataTable Dim value As Type value = instance.GetRowType()  | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] protected override Type GetRowType()  | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] protected: Type^ GetRowType(); override  | |
Return Value
The row System.TypeTarget Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
  
   
                           
Copy Code