Share via


ITabularFactory.CreateView Method

Include Protected Members
Include Inherited Members

Creates a database view.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CreateView(IView) Creates a database view that is a copy of the specified IView object.
Public method CreateView(ISchema, String) Creates a database view that belongs to the specified ISchema object and has the specified name.

Top