 | BiSchemaViewDefinitionIsMaterialized Property |
True if the view is materialized
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntaxpublic bool IsMaterialized { get; set; }
Public Property IsMaterialized As Boolean
Get
Set
public:
property bool IsMaterialized {
bool get ();
void set (bool value);
}
member IsMaterialized : bool with get, set
Property Value
Type:
Boolean
See Also