Click or drag to resize

WindowSpecification Properties

The WindowSpecification type exposes the following members.

Properties
  NameDescription
Public propertyDatabaseSpecificCreator
Object which will be used to create valid parameter objects, field names, including prefix/postfix characters, and conversion routines, and field names, including prefix/postfix characters. Uses the strategy pattern so the generic code can work with more than one target database.
Public propertyParameters
Gets the list of parameters created during string fragment creation. Only valid after a successful call to ToQueryText
Top
See Also