Click or drag to resize

OwnedSystemsDataSetBuilder Class

Finds all system data objects, that the active user is owner of, and stores their ids in a db table in a column named "SystemID". If parameter "OutputBusinessKeys" is set to true it will instead stores their "business keys" in a db table in a column named "BUSIKEY". (Assumes that the "business key" is stored in the ODWBUSIKEY property on the system data objects). If parameter "OutputUIds" is set to true it will instead stores their UID in a db table in a column named "SystemUID".
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.ComplexDataSetComplexDataSetBuilderBase
    Omada.OE.Solution.OIM.AppLogic.ComplexDataSetsOwnedSystemsDataSetBuilder

Namespace:  Omada.OE.Solution.OIM.AppLogic.ComplexDataSets
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class OwnedSystemsDataSetBuilder : ComplexDataSetBuilderBase

The OwnedSystemsDataSetBuilder type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataSetName (Overrides ComplexDataSetBuilderBaseDataSetName.)
Public propertyDataSetStoreConnection
Open connection for the external data store. If the data source is for the OIS DB then DataSetStoreConnection is identical to DbConnection.
(Inherited from ComplexDataSetBuilderBase.)
Public propertyDataSetStoreTransaction
Open transaction for the DataSet data store. If the data source is for the OIS DB then DataSetStoreTransaction is identical to DbTransaction.
(Inherited from ComplexDataSetBuilderBase.)
Public propertyDbConnection
Open connection for the OIS DB.
(Inherited from ComplexDataSetBuilderBase.)
Public propertyDbTransaction
Open transaction for the OIS DB.
(Inherited from ComplexDataSetBuilderBase.)
Public propertyFactory (Inherited from ComplexDataSetBuilderBase.)
Public propertyParameters
Parameters for the data set builder.
(Inherited from ComplexDataSetBuilderBase.)
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also