Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Public Function GetOtherPatientIDsRows() As CompositeInstanceDataSet.OtherPatientIDsRow() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.PatientRow Dim value() As CompositeInstanceDataSet.OtherPatientIDsRow value = instance.GetOtherPatientIDsRows() |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public CompositeInstanceDataSet.OtherPatientIDsRow[] GetOtherPatientIDsRows() |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: array<CompositeInstanceDataSet.OtherPatientIDsRow^>^ GetOtherPatientIDsRows(); |
Return Value
An array of CompositeInstanceDataSet.OtherPatientIDsRow representing the child rows for this CompositeInstanceDataSet.PatientRow.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7