SqlFunctionAttribute.IsPrecise Property

Definition

Indicates whether the function involves imprecise computations, such as floating point operations.

public bool IsPrecise { get; set; }
member this.IsPrecise : bool with get, set
Public Property IsPrecise As Boolean

Property Value

Boolean

true if the function involves precise computations; otherwise false.

Remarks

Precision of a function is one of the properties used to determine if computed columns that use this function can be indexed.

The default value of this attribute is false.

Applies to