AbstractInfoProviderTInfo, TProvider, TQueryCreateInfo Method |
Creates a new info object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax 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:
TInfoSee Also