DatabaseColumnBinding.ObjectBinding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
With nested bindings, the referenced binding may not be an ObjectBinding. Please use Binding property instead.
public:
virtual property Microsoft::RuleEngine::ObjectBinding ^ ObjectBinding { Microsoft::RuleEngine::ObjectBinding ^ get(); };
[System.Obsolete("With nested bindings, the referenced binding may not be an ObjectBinding. Please use Binding property instead.")]
public override Microsoft.RuleEngine.ObjectBinding ObjectBinding { get; }
member this.ObjectBinding : Microsoft.RuleEngine.ObjectBinding
Public Overrides ReadOnly Property ObjectBinding As ObjectBinding
Property Value
- Attributes