ObjectCollectionTObjectCreateNewObject Method |
Creates new object for this collection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public abstract TObject CreateNewObject(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data
Return Value
Type:
TObjectSee Also