SqlMethodAttribute Constructor

Definition

An attribute on a user-defined type (UDT), used to indicate the determinism and data access properties of a method or a property on a UDT.

public:
 SqlMethodAttribute();
public SqlMethodAttribute ();
Public Sub New ()

Applies to