RelationalStrings.QueryFromSqlInsideExists 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查询包含“FromSqlRaw”或“FromSqlInterpolated”方法后的“Any”或“AnyAsync”操作用法。 目前不支持多次使用此原始 SQL 查询。 将“Any”或“AnyAsync”的使用替换为“Count”或“CountAsync”。 有关详细信息,请参阅https://go.microsoft.com/fwlink/?linkid=2174053。
public static string QueryFromSqlInsideExists { get; }
static member QueryFromSqlInsideExists : string
Public Shared ReadOnly Property QueryFromSqlInsideExists As String