SqlUserDefinedTypeAttribute.ValidationMethodName 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.
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.