This documentation is archived and is not being maintained.

SqlFacetAttribute Properties

The SqlFacetAttribute type exposes the following members.

  NameDescription
Public property IsFixedLength Indicates whether the return type of the user-defined type is of a fixed length.
Public property IsNullable Indicates whether the return type of the user-defined type can be nullptr.
Public property MaxSize The maximum size, in logical units, of the underlying field type of the user-defined type.
Public property Precision The precision of the return type of the user-defined type.
Public property Scale The scale of the return type of the user-defined type.
Public property TypeId When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.)
Top
Show: