Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryCreateInfo Method (DataRow, Boolean)
Creates a new info object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual TInfo CreateInfo(
	DataRow dr = null,
	bool useGenerator = true
)

Parameters

dr (Optional)
Type: System.DataDataRow
Data to use to create new object
useGenerator (Optional)
Type: SystemBoolean
If true, the process allows using the generator to differentiate between particular info types based on data

Return Value

Type: TInfo
See Also