SqlUserDefinedTypeAttribute.ValidationMethodName Property

Definition

The name of the method used to validate instances of the user-defined type.

public:
 property System::String ^ ValidationMethodName { System::String ^ get(); void set(System::String ^ value); };
public string ValidationMethodName { get; set; }
member this.ValidationMethodName : string with get, set
Public Property ValidationMethodName As String

Property Value

A String representing the name of the method used to validate instances of the user-defined type.

Remarks

The method specified by this attribute validates instances of the UDT when the UDT has been deserialized from a binary value that is not trusted.

Applies to