DelimiterStyle Enum

Summary

Determines how the delimiter is interpreted in a SQL string.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Util
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["DelimiterStyle"] class Type type-node

Syntax

public enum DelimiterStyle

Fields

Name Constant Value Summary
Line 1
Delimiter always appears by itself on a line.
static
Normal 0
Delimiter can appear anywhere on a line.
static