Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryNewInfo Method
Returns new info object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected static TInfo NewInfo(
	DataRow dr = null
)

Parameters

dr (Optional)
Type: System.DataDataRow
Data to use to create new object

Return Value

Type: TInfo
See Also