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

数据库查询的字符串表示形式。

注解

重要

使用不受信任的数据调用此方法存在安全风险。 仅使用受信任的数据调用此方法。 有关详细信息,请参阅 验证所有输入

适用于