| BaseInfoGeneralizedInfoWrapperNewObject Method (DataRow, String) | 
Note: This API is now obsolete.
            Creates a new object from the given data row
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax[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