MethodSignatureGenerator.SetDesignTableContent(String) 方法
定义
设置将为其生成数据库查询方法的设计表的架构。Sets the schema of the design table for which the database query method will be generated.
public:
void SetDesignTableContent(System::String ^ designTableContent);
public void SetDesignTableContent (string designTableContent);
member this.SetDesignTableContent : string -> unit
Public Sub SetDesignTableContent (designTableContent As String)
参数
- designTableContent
- String
表架构的字符串表示形式。A string representation of the table schema.
注解
重要
使用不受信任的数据调用此方法存在安全风险。Calling this method with untrusted data is a security risk. 仅使用受信任的数据调用此方法。Call this method only with trusted data. 有关详细信息,请参阅数据验证。For more information, see Data Validation.