CodeGeneration EnumerationCodeGeneration EnumerationCodeGeneration Enumeration

Specifies whether MSIL code is generated.

Syntax

Public Enumeration CodeGeneration
public enum CodeGeneration
public:
enum CodeGeneration
 
The CodeGenerationCodeGenerationCodeGeneration type exposes the following members.

Members

 MemberDescription
MemberDynamicMethodsDynamicMethodsDynamicMethods 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.
MemberNoneNoneNone 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.

Top

Remarks

This is used to control whether an XPath expression, XQuery program or XSLT stylesheet is compiled dynamic methods.