ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / DataSchema Class / Empty Field

In This Topic
    Empty Field (DataSchema)
    In This Topic
    Gets an empty DataSchema instance with no tables and no foreign key relationships.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Empty As DataSchema
    public static readonly DataSchema Empty
    Remarks
    A static instance of DataSchema that contains no tables and no foreign key relationships. This can be used as a default or placeholder schema.
    See Also