LoadDataSettings Constructor (DataRow, String) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public LoadDataSettings(
DataRow dr,
string objectType = null
)
Parameters
- dr
- Type: System.DataDataRow
Source DataRow - objectType (Optional)
- Type: SystemString
Object type
See Also