EntityCreationOptions Constructor (EntityCreationOptions) |
Namespace:
Dundas.BI.Entities
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic EntityCreationOptions(
EntityCreationOptions options
)
Public Sub New (
options As EntityCreationOptions
)
public:
EntityCreationOptions(
EntityCreationOptions^ options
)
new :
options : EntityCreationOptions -> EntityCreationOptionsParameters
- options
- Type: Dundas.BI.EntitiesEntityCreationOptions
The instance from which values should be copied.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | options was . |
See Also