Class ProcParameter
Inheritance
System.Object
ProcParameter
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: Syncfusion.Reports.EJ.Data
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ProcParameter
Constructors
ProcParameter()
Declaration
public ProcParameter()
Properties
DataType
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsInput
Declaration
public bool IsInput { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |