IDataSourceViewSchema.Name Property

Definition

Gets the name of the view.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The name of the view.

Remarks

For a DataTable object, this property corresponds to the TableName property.

Applies to

See also