Class KeyValueParameterConfigurationModel
Model containing a parameter configuration for a KeyValue report
Inheritance
System.Object
KeyValueParameterConfigurationModel
Namespace: Simplic.Reporting
Assembly: Simplic.Reporting.dll
Syntax
public class KeyValueParameterConfigurationModel : UI.MVC.ViewModelBase
Properties
| Improve this Doc View SourceDbType
Datatype of the parameter
Declaration
public DbType DbType { get; set; }
Property Value
Type | Description |
---|---|
System.Data.DbType |
Name
Name of the parameter
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderId
Order id
Declaration
public int OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |