Version

GetCurrencyManager Method

Returns the CurrencyManager for the specified dataSource and dataMember based on the bindingContext.
Syntax
'Declaration
 
Public Shared Function GetCurrencyManager( _
   ByVal bindingContext As BindingContext, _
   ByVal dataSource As Object, _
   ByVal dataMember As String _
) As CurrencyManager
public static CurrencyManager GetCurrencyManager( 
   BindingContext bindingContext,
   object dataSource,
   string dataMember
)

Parameters

bindingContext
The System.Windows.Forms.BindingContext used to retrieve the CurrencyManager.
dataSource
The data source associated with a particular System.Windows.Forms.BindingManagerBase
dataMember
The name of a specific data member in a multitier data source.

Return Value

The CurrencyManager for the specified dataSource and dataMember based on the bindingContext.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also