public Type GetClrType()
 {
     return(ModelSystemDataTypeUtility.ConvertToClrType(this.SystemDataType));
 }
 /// <summary>
 /// get the system condensed sql string;
 /// </summary>
 /// <returns>the sql string</returns>
 public string GetCondensed()
 {
     return(ModelSystemDataTypeUtility.GetCondensed(this.Name, this.SystemDataType, this.MaxLength, this.Scale, this.Precision));
 }