RelationalOutputColumn Properties

The RelationalOutputColumn type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets the column data type.
(Inherited from QueryElement.)
Public propertyDependencies
Gets the dependency IDs.
Public propertyElementId
Gets the parent element ID.
(Inherited from QueryElement.)
Public propertyExpression
Gets the column expression, for derived columns.
Public propertyNativeElementName
Gets or sets the name of the native element.
(Inherited from QueryElement.)
Public propertyNullReplacement
Gets the replacement value, when the input source value is .
Public propertyParameterValue
Gets the parameter value.
(Inherited from QueryElement.)
Public propertyParent
Gets the parent ProviderTask.
(Inherited from QueryElement.)
Public propertyUsage
Gets the column usage.
Top
See Also