SqlMethodAttribute
Indicates the determinism and data access properties of a method or property on a user-defined type (UDT). The properties on the attribute reflect the physical characteristics that are used when the type is registered with SQL Server.
Indicates whether SQL Server should invoke the method on null instances.
Indicates whether a method on a user-defined type (UDT) is a mutator.
Indicates whether the method on a user-defined type (UDT) is called when null input arguments are specified in the method invocation.
public SqlMethodAttribute()
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.