Share via


MethodSignatureGenerator.SetMethodSourceContent(String) メソッド

定義

メソッド シグネチャの生成対象となるデータベース クエリを設定します。

public:
 void SetMethodSourceContent(System::String ^ methodSourceContent);
public void SetMethodSourceContent (string methodSourceContent);
member this.SetMethodSourceContent : string -> unit
Public Sub SetMethodSourceContent (methodSourceContent As String)

パラメーター

methodSourceContent
String

データベース クエリの文字列形式。

注釈

重要

信頼されていないデータを指定してこのメソッドを呼び出すことは、セキュリティ上のリスクが伴います。 このメソッドは信頼されたデータでのみ呼び出してください。 詳細については、「 すべての入力を検証する」を参照してください。

適用対象