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.String
name
|
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.String
name
|
|
System.String
schemaName
|
|
System.String
fullName
|
|
System.Boolean
readOnly
|
|
System.String
pkConstraintName
|
|
MetaStoredProcedureMapping
insertProcedure
|
|
MetaStoredProcedureMapping
updateProcedure
|
|
MetaStoredProcedureMapping
deleteProcedure
|
|
MetaStoredProcedureMapping
removeRowsProcedure
|
|
System.String
description
|
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.String
name
|
|
System.String
schemaName
|
|
System.String
fullName
|
|
System.Boolean
readOnly
|
|
MetaStoredProcedureMapping
insertProcedure
|
|
MetaStoredProcedureMapping
updateProcedure
|
|
MetaStoredProcedureMapping
deleteProcedure
|
|
MetaStoredProcedureMapping
removeRowsProcedure
|
|
System.String
description
|
Properties
Columns
Declaration
public override IList<MetaColumn> Columns { get; }
Property Value
|
System.Collections.Generic.IList<MetaColumn>
|
Overrides
Constraints
Declaration
public override IList<MetaConstraint> Constraints { get; }
Property Value
|
System.Collections.Generic.IList<MetaConstraint>
|
Overrides
FullName
Declaration
public override string FullName { get; }
Property Value
|
System.String
|
Overrides
Indexes
Declaration
public override IList<MetaIndex> Indexes { get; }
Property Value
|
System.Collections.Generic.IList<MetaIndex>
|
Overrides
IsJoinTable
Declaration
public override bool IsJoinTable { get; }
Property Value
|
System.Boolean
|
Overrides
PKConstraintName
Declaration
public override string PKConstraintName { get; }
Property Value
|
System.String
|
Overrides
ReadOnly
Declaration
public override bool ReadOnly { get; }
Property Value
|
System.Boolean
|