| DataObjectControllerImportSerializedDataObjects Method (Stream, Stream, ObjectImporterSettings, SqlConnection, SqlTransaction) |
Note: This API is now obsolete.
Imports (creates, updates or deletes) a number of data objects as specified in a "Data Object Exchange ML" xml document.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Use non-static version")]
public static ObjectImporterResult ImportSerializedDataObjects(
Stream objectData,
Stream schema,
ObjectImporterSettings importSettings,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- objectData
- Type: System.IOStream
"Data Object Exchange ML" xml data.
- schema
- Type: System.IOStream
"Data Object Exchange ML" xml schema.
- importSettings
- Type: Omada.OE.ModelObjectImporterSettings
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
ObjectImporterResult
See Also