EntityCreationOptions(EntityCreationOptions) Constructor

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 (26.2.0.1000)
Syntax
public EntityCreationOptions(
	EntityCreationOptions options
)

Parameters

options  EntityCreationOptions
The instance from which values should be copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionoptions was .
See Also