Table of Contents

Property IsDDL

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

IsDDL

Gets or sets a value indicating whether this query represents a DDL statement. When true, column references omit the table qualifier in generated SQL.

public bool IsDDL { get; set; }

Property Value

bool