バージョン

GetTransactionErrorByKey メソッド (IEditableDataSource)

現在保留中のトランザクションに存在する、提供されたキーとプロパティのペアに関連付けられたエラーを返します。
シンタックス
'宣言
 
Function GetTransactionErrorByKey( _
   ByVal key() As Object, _
   ByVal propertyPath As String _
) As String
string GetTransactionErrorByKey( 
   object[] key,
   string propertyPath
)

パラメータ

key
チェックする項目の主キー。
propertyPath
チェックするプロパティ。
参照