Show / Hide Table of Contents

Interface IView

Provides an interface for a database view schema.

Namespace: Paradigm.ORM.Data.Database.Schema.Structure
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface IView

Properties

| Improve this Doc View Source

CatalogName

Gets the name of the catalog where the view resides.

Declaration
string CatalogName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets the name of the view.

Declaration
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SchemaName

Gets the name of the schema where the view resides.

Declaration
string SchemaName { get; }
Property Value
Type Description
System.String

Extension Methods

ObjectExtensions.ThrowIfFails<TException>(Object, Action, String)
ObjectExtensions.ThrowIfFails<TException, TResult>(Object, Func<TResult>, String)
ObjectExtensions.ThrowIfFailsAsync<TException>(Object, Func<Task>, String)
ObjectExtensions.ThrowIfFailsAsync<TException, TResult>(Object, Func<Task<TResult>>, String)
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.