CodeGeneration EnumerationCodeGeneration EnumerationCodeGeneration Enumeration
- XmlPrime 5.0
- Other Versions ▼
Specifies whether MSIL code is generated.
The CodeGenerationCodeGenerationCodeGeneration
type exposes the following members.
Members
Member | Description | |
---|---|---|
![]() | DynamicMethodsDynamicMethodsDynamicMethods | Specifies that the XPath expression, XQuery program or XSLT stylesheet is compiled to dynamic methods. This often yields faster execution but may increase compilation time. |
![]() | NoneNoneNone | Specifies that the XPath expression, XQuery program or XSLT stylesheet are not compiled to dynamic methods. This often yields faster execution but may increase compilation time. |
Remarks
This is used to control whether an XPath expression, XQuery program or XSLT stylesheet is compiled dynamic methods.