MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
AssignRowValue Method (row, field, value)
NamespacesMPfm.LibraryConvertLibraryAssignRowValue(DataRow%, String, Object)
Sets the value of a field in a DataRow.
Declaration Syntax
C#Visual Basic
public static void AssignRowValue(
	ref DataRow row,
	string field,
	Object value
)
Public Shared Sub AssignRowValue ( _
	ByRef row As DataRow, _
	field As String, _
	value As Object _
)
Parameters
row (DataRow%)
DataRow to set
field (String)
Field name
value (Object)
Value to set

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