Click or drag to resize
LoadDataSettings Constructor (DataRow, String)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public LoadDataSettings(
	DataRow dr,
	string objectType = null
)

Parameters

dr
Type: System.DataDataRow
Source DataRow
objectType (Optional)
Type: SystemString
Object type
See Also