columnQueryExpresion property
String
get
columnQueryExpresion
Implementation
String get columnQueryExpresion {
return QueryExpression.getColumnExpression(
name: this.name as String,
type: this.columnType,
primary: this.primary,
nullable: this.nullable);
}