Generator.OnGetOutputValue Method
Retrieves the current set of results that consists of one or more values.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Overridable Function OnGetOutputValue As Object
protected virtual Object OnGetOutputValue()
protected:
virtual Object^ OnGetOutputValue()
abstract OnGetOutputValue : unit -> Object
override OnGetOutputValue : unit -> Object
protected function OnGetOutputValue() : Object
Return Value
Type: System.Object
The generated output value that is based on the selected output property.
Remarks
The GetOutputValue method calls this method. To modify the functionality of the GetOutputValue, you must override OnGetOutputValue.
.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.