Generator.ValidateInputs Method
Validates that all the required inputs on the data generator have been set.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Sub ValidateInputs
public void ValidateInputs()
public:
virtual void ValidateInputs() sealed
abstract ValidateInputs : unit -> unit
override ValidateInputs : unit -> unit
public final function ValidateInputs()
Implements
Remarks
This method calls OnValidateInputs. To override or modify the functionality of the ValidateInputs method, you must override the OnValidateInputs method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.