Class SearchGeneratedResult
Search result containing sql and parameter
Inheritance
System.Object
    SearchGeneratedResult
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SearchGeneratedResult : object
  Properties
| Improve this Doc View SourceNamedParameters
Gets or sets the named parameters
Declaration
public IDictionary<string, object> NamedParameters { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IDictionary<System.String, System.Object> | 
Sql
Gets or sets the generated sql
Declaration
public string Sql { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |