ObjectDataSourceStatusEventArgs.OutputParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection that contains business object method parameters and their values.
public:
property System::Collections::IDictionary ^ OutputParameters { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary OutputParameters { get; }
member this.OutputParameters : System.Collections.IDictionary
Public ReadOnly Property OutputParameters As IDictionary
Property Value
An IDictionary of name/value pairs that represent the business object method parameters and their corresponding values.
Remarks
Any parameters that are passed to the business object method by reference are returned in the OutputParameters collection.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.