Click or drag to resize
DBElementNameIsMaterializedView Property
Gets or sets a value indicating whether the name is a name of a materialized view. The driver can then decide to use different logic to obtain the information of the view, if necessary.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool IsMaterializedView { get; set; }

Property Value

Type: Boolean
See Also