Click or drag to resize
BaseInfoGeneralizedInfoWrapperNewObject Method (DataRow, String)

Note: This API is now obsolete.

Creates a new object from the given data row

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use NewObject(LoadDataSettings)")]
public BaseInfo NewObject(
	DataRow dr,
	string objectType = null
)

Parameters

dr
Type: System.DataDataRow
Source data row
objectType (Optional)
Type: SystemString
Object type

Return Value

Type: BaseInfo
See Also