バージョン

GetTransactionErrorByKey メソッド (BaseDataSource)

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

パラメータ

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