• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

View Element

API Type:
Varigence.Languages.Biml.Table.AstViewNode
X-Ref:
  • Ast View Node

Attributes

AttributeAPI TypeDefaultDescription
EnableCheckOptionBooleanFalse
Forces any updates done through the view to conform to the view criteria.
Forces any updates done through the view to follow the criteria set in the SELECT statement.
EnableEncryptionBooleanFalse
Indicates that the view should be encrypted.
EnableSchemaBindingBooleanFalse
Indicates that the view is bound to the underlying tables. Modifications to the underlying tables will be prevented if they would affect the vew definition.
EnableViewMetadataBooleanFalse
Indicates that SQL Server will return metadata about the view, instead of the base tables.
ViewTypeViewTypeView
Indicates whether this table is emitted as a view.

Singleton Children

ChildAPI TypeDescription
<SelectSql />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.

© Varigence