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