Class MetaView
Inherited Members
Namespace: Telerik.OpenAccess.Metadata.Relational
Assembly: Telerik.OpenAccess.dll
Syntax
public class MetaView : MetaTable, IMetadataStatusCallback, IHierarchyMetadata, ICloneable, IComparable
Constructors
MetaView(String)
Declaration
public MetaView(string name)
Parameters
System.
|
MetaView(String, String, String, Boolean, String, MetaStoredProcedureMapping, MetaStoredProcedureMapping, MetaStoredProcedureMapping, MetaStoredProcedureMapping, String)
Declaration
public MetaView(string name, string schemaName, string fullName, bool readOnly, string pkConstraintName, MetaStoredProcedureMapping insertProcedure, MetaStoredProcedureMapping updateProcedure, MetaStoredProcedureMapping deleteProcedure, MetaStoredProcedureMapping removeRowsProcedure, string description)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Meta
|
Meta
|
Meta
|
Meta
|
System.
|
MetaView(String, String, String, Boolean, MetaStoredProcedureMapping, MetaStoredProcedureMapping, MetaStoredProcedureMapping, MetaStoredProcedureMapping, String)
Declaration
public MetaView(string name, string schemaName, string fullName, bool readOnly, MetaStoredProcedureMapping insertProcedure, MetaStoredProcedureMapping updateProcedure, MetaStoredProcedureMapping deleteProcedure, MetaStoredProcedureMapping removeRowsProcedure, string description)
Parameters
System.
|
System.
|
System.
|
System.
|
Meta
|
Meta
|
Meta
|
Meta
|
System.
|
Properties
Columns
Declaration
public override IList<MetaColumn> Columns { get; }
Property Value
System.
|
Overrides
Constraints
Declaration
public override IList<MetaConstraint> Constraints { get; }
Property Value
System.
|
Overrides
FullName
Declaration
public override string FullName { get; }
Property Value
System.
|
Overrides
Indexes
Declaration
public override IList<MetaIndex> Indexes { get; }
Property Value
System.
|
Overrides
IsJoinTable
Declaration
public override bool IsJoinTable { get; }
Property Value
System.
|
Overrides
PKConstraintName
Declaration
public override string PKConstraintName { get; }
Property Value
System.
|
Overrides
ReadOnly
Declaration
public override bool ReadOnly { get; }
Property Value
System.
|