EntityCreationOptions Constructor (EntityCreationOptions)

Initializes a new instance of the EntityCreationOptions class based on the values in another instance.

Namespace:  Dundas.BI.Entities
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public EntityCreationOptions(
	EntityCreationOptions options
)

Parameters

options
Type: Dundas.BI.EntitiesEntityCreationOptions
The instance from which values should be copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionoptions was .
See Also