| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function NewOtherPatientIDsRow() As CompositeInstanceDataSet.OtherPatientIDsRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CompositeInstanceDataSet.OtherPatientIDsDataTable Dim value As CompositeInstanceDataSet.OtherPatientIDsRow value = instance.NewOtherPatientIDsRow() | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public CompositeInstanceDataSet.OtherPatientIDsRow NewOtherPatientIDsRow() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: CompositeInstanceDataSet.OtherPatientIDsRow^ NewOtherPatientIDsRow(); | |
Return Value
The new CompositeInstanceDataSet.OtherPatientIDsRow object.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code