DataSourceDesigner.ViewSchemasEquivalent Method (IDataSourceViewSchema, IDataSourceViewSchema)
.NET Framework (current version)
Provides a value that determines whether two schema views are equal.
Assembly: System.Design (in System.Design.dll)
static member ViewSchemasEquivalent : viewSchema1:IDataSourceViewSchema * viewSchema2:IDataSourceViewSchema -> bool
Parameters
- viewSchema1
-
Type:
System.Web.UI.Design.IDataSourceViewSchema
The first view to compare (derived from the IDataSourceViewSchema).
- viewSchema2
-
Type:
System.Web.UI.Design.IDataSourceViewSchema
The second view to compare.
The ViewSchemasEquivalent method can be used without an instance of the DataSourceDesigner class.
.NET Framework
Available since 2.0
Available since 2.0
Show: