DbColumn.NumericPrecision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the numeric precision of the column data; otherwise, null
if no value is set. Can be set to either an int32
value to specify the numeric precision of the column data or null
when overridden in a derived class.
public: property Nullable<int> NumericPrecision { public:
Nullable<int> get(); protected:
void set(Nullable<int> value); };
public int? NumericPrecision { get; protected set; }
member this.NumericPrecision : Nullable<int> with get, set
Public Property NumericPrecision As Nullable(Of Integer)
Property Value
An int32
value that specifies the precision of the column data, if the data is numeric; otherwise, a null reference (Nothing
in Visual Basic) if no value is set.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.