バージョン

IsDataMemberChangeRequired メソッド

データ メンバーの変更が必要な場合は True を返します。
シンタックス
'宣言
 
Public Shared Function IsDataMemberChangeRequired( _
   ByVal control As Control, _
   ByVal dataSource As Object, _
   ByVal dataMember As String _
) As Boolean
public static bool IsDataMemberChangeRequired( 
   Control control,
   object dataSource,
   string dataMember
)

パラメータ

control
データ ソースに関連付けられているコントロール。
dataSource
コントロールのデータ ソース。
dataMember
コントロールのデータ メンバー。

戻り値の型

データ メンバーの変更が必要な場合は True を返します。
参照