Represents '*' or 'T.*' when used to select all fields from a table or join.

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public class SQLAllFieldsExpression : SQLExpression
Visual Basic
Public Class SQLAllFieldsExpression _
	Inherits SQLExpression
Visual C++
public ref class SQLAllFieldsExpression : public SQLExpression

Remarks

Inheritance Hierarchy

System..::..Object
  DatabaseObjects.SQL..::..SQLExpression
    DatabaseObjects.SQL..::..SQLAllFieldsExpression

See Also