Class SqlDataSourceModel
Source-Model for filling SqlReport
Inheritance
System.Object
SqlDataSourceModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Reporting
Assembly: Simplic.Reporting.dll
Syntax
public class SqlDataSourceModel
Properties
| Improve this Doc View SourceNamedParameter
Gets or sets a list of named parameter
Declaration
public IDictionary<string, object> NamedParameter { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
SqlCommand
Sql command to fill SqlReport
Declaration
public string SqlCommand { get; set; }
Property Value
Type | Description |
---|---|
System.String |