Visual Basic (Usage) | ![]() |
---|---|
Dim dataBindName As String Dim targetObject As Object Dim instance As New DataBindObjectLink(dataBindName, targetObject) |
C# | |
---|---|
public DataBindObjectLink( string dataBindName, object targetObject ) |
Parameters
- dataBindName
- Name of the DataBind definition
- targetObject
- Object to be bound to the DataBind definition
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>