Click or drag to resize

FromClauseCreate Method

Overload List
  NameDescription
Public methodStatic memberCreate
Creates an empty from-clause to which one adds streams via the add methods.
Public methodStatic memberCreate(Stream)
Creates a from clause that selects from a single stream.

Use to create filter-based streams to add.

Public methodStatic memberCreate(Stream, OuterJoinQualifier, Stream)
Creates a from-clause that lists 2 projected streams joined via outer join.
Top
See Also