SqlUserDefinedTypeAttribute public sealed class SqlUserDefinedTypeAttribute : Attribute Documentation Code public Format Format { get; } public bool IsByteOrdered { get; set; } public bool IsFixedLength { get; set; } public int MaxByteSize { get; set; } public string Name { get; set; } public string ValidationMethodName { get; set; } public SqlUserDefinedTypeAttribute(Format format)