MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
ToRow Method (row, dto)
NamespacesMPfm.LibraryConvertLibraryToRow(DataRow%, Object)
Sets the values from a DTO into a DataRow.
Declaration Syntax
C#Visual Basic
public static void ToRow(
	ref DataRow row,
	Object dto
)
Public Shared Sub ToRow ( _
	ByRef row As DataRow, _
	dto As Object _
)
Parameters
row (DataRow%)
DataRow to set
dto (Object)
DTO

Assembly: MPfm.Library (Module: MPfm.Library) Version: 0.5.3.0 (0.5.3.0)