ClassMetaView
Definition
Namespace:Telerik.OpenAccess.Metadata.Relational
Assembly:Telerik.OpenAccess.dll
Syntax:
public class MetaView : MetaTable, IMetadataStatusCallback, IHierarchyMetadata
Inheritance: objectMetaItemMetaScopedItemMetaTableMetaView
Implements:
Inherited Members
Constructors
MetaView(string)
Declaration
public MetaView(string name)
Parameters
name
string
MetaView(string, string, string, bool, 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
name
string
schemaName
string
fullName
string
readOnly
bool
insertProcedure
updateProcedure
deleteProcedure
removeRowsProcedure
description
string
MetaView(string, string, string, bool, 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
name
string
schemaName
string
fullName
string
readOnly
bool
pkConstraintName
string
insertProcedure
updateProcedure
deleteProcedure
removeRowsProcedure
description
string
Properties
Columns
Declaration
[Browsable(false)]
public override IList<MetaColumn> Columns { get; }
Property Value
IList<MetaColumn>
Overrides
Constraints
Declaration
[Browsable(false)]
public override IList<MetaConstraint> Constraints { get; }
Property Value
IList<MetaConstraint>
Overrides
FullName
Declaration
public override string FullName { get; }
Property Value
string
Overrides
Indexes
Declaration
[Browsable(false)]
public override IList<MetaIndex> Indexes { get; }
Property Value
IList<MetaIndex>
Overrides
IsJoinTable
Declaration
[Browsable(false)]
public override bool IsJoinTable { get; }
Property Value
bool
Overrides
PKConstraintName
Declaration
public override string PKConstraintName { get; }
Property Value
string
Overrides
ReadOnly
Declaration
public override bool ReadOnly { get; }
Property Value
bool
Overrides