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.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool IsMaterializedView { get; set; }
Public Property IsMaterializedView As Boolean
Get
Set
Property Value
Type:
BooleanSee Also