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.12.0.0 (5.12.0)
Syntaxpublic bool IsMaterializedView { get; set; }Public Property IsMaterializedView As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also