public CDOField(ModelDataSet.CDOFieldsRow row)
 {
     _Row   = row;
     IsEnum = !_Row.IsTypeNameNull() && _Row.TypeName.EndsWith("Enum");
 }
Beispiel #2
0
 public CDOField(ModelDataSet.CDOFieldsRow row)
 {
     this._Row    = row;
     this._IsEnum = !this._Row.IsTypeNameNull() && this._Row.TypeName.EndsWith("Enum");
 }