private string GetFieldTypeString(PropertyInfo propertyInfo) { return(_typeLookup.GetSqlDbTypeName(propertyInfo.PropertyType).ToLowerInvariant()); }