SqlFacetAttribute public class SqlFacetAttribute : Attribute Documentation Code public bool IsFixedLength { get; set; } public bool IsNullable { get; set; } public int MaxSize { get; set; } public int Precision { get; set; } public int Scale { get; set; } public SqlFacetAttribute()