Click or drag to resize

BcfParameter Methods

The BcfParameter type exposes the following members.

Methods
  NameDescription
Public methodAccept
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItemSource

In experimental state. Do not use in production.

Evaluates the source of a tuple item.
Public methodGetItemSourceCell
Returns the first cell the item of tuple parameter depends on.
Public methodGetItemSourceCells
Returns the cells the item of tuple parameter depends on.
Public methodGetItemSourceCellsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetItemSourceCellUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetItemSourceRow
Returns the item source row to read values.
Public methodGetItemSourceRows
Return the item source rows to read values.
Public methodGetItemSourceRowsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetItemSourceRowUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetSource

In experimental state. Do not use in production.

Evaluates the source of a parameter.
Public methodGetSourceCell
Returns the first cell the parameter depends on.
Public methodGetSourceCells
Returns the cells the parameter depends on.
Public methodGetSourceCellsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetSourceCellUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetSourceRow
Return the source row to read parameter value.
Public methodGetSourceRows
Returns the source rows to read parameter values.
Public methodGetSourceRowsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetSourceRowUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToAccessPath
Create the access path.
Public methodToString
Returns Name.
(Overrides ObjectToString.)
Top
See Also