Generator.OnGetOutputValue Method
Retrieves the current set of results that consists of one or more values.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Function OnGetOutputValue As Object
'Usage
Dim returnValue As Object
returnValue = Me.OnGetOutputValue()
protected virtual Object OnGetOutputValue()
protected:
virtual Object^ OnGetOutputValue()
protected function OnGetOutputValue() : Object
Return Value
Type: System.Object
A Object that contains the generated output value that is based on the selected output property.
Remarks
The GetOutputValue method calls this method. You should override OnGetOutputValue if you want to override the GetOutputValue functionality.
.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.