ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataParameter Structure
Members

In This Topic
    DataParameter Structure
    In This Topic
    Represents the data query parameter.
    Object Model
    DataParameter Structure
    Syntax
    'Declaration
     
    Public Structure DataParameter 
       Inherits System.ValueType
    public struct DataParameter : System.ValueType 
    Remarks
    This struct should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Enterprise.Data.DataEngine.DataParameter

    See Also