Click or drag to resize

DataAccessLiteralConstants Class

Exposes a set of static string commonly used into data fields to represent constant values
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DataDataAccessLiteralConstants

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static class LiteralConstants

The DataAccessLiteralConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFalse
False
Remarks
Literal value = N
Public fieldStatic memberOff
Off (used to test server variables such as HTTPS)
Public fieldStatic memberOn
On (used to test server variables such as HTTPS)
Public fieldStatic memberTrue
True
Remarks
Literal value = Y
Top
See Also