| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function NewOtherPatientIDsRow() As MWLDataset.OtherPatientIDsRow | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MWLDataset.OtherPatientIDsDataTable Dim value As MWLDataset.OtherPatientIDsRow value = instance.NewOtherPatientIDsRow() | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public MWLDataset.OtherPatientIDsRow NewOtherPatientIDsRow() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: MWLDataset.OtherPatientIDsRow^ NewOtherPatientIDsRow(); | |
Return Value
The new MWLDataset.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