Class MetaConstraint
Inherited Members
Namespace: Telerik.OpenAccess.Metadata.Relational
Assembly: Telerik.OpenAccess.dll
Syntax
public class MetaConstraint : MetaScopedItem, IMetadataStatusCallback, IHierarchyMetadata, ICloneable, IComparable
Constructors
MetaConstraint(String, String, String, MetaTable, MetaTable, String)
Declaration
public MetaConstraint(string name, string schemaName, string fullName, MetaTable source, MetaTable destination, string description)
Parameters
MetaConstraint(String, MetaTable, MetaTable)
Declaration
public MetaConstraint(string name, MetaTable source, MetaTable destination)
Parameters
Fields
NoConstraint
Properties
DeleteAction
DestinationTable
FullName
Declaration
public string FullName { get; set; }
Property Value
System.
|
SourceColumns
Declaration
public IList<MetaColumn> SourceColumns { get; }
Property Value
System.
|
SourceTable
Methods
AddAttribute(MetadataConstants)
Declaration
protected override IMetaItemAttribute AddAttribute(MetadataConstants key)
Parameters
Returns
Overrides
Clone()
CompareCore(Object)
Declaration
protected override int CompareCore(object otherItem)
Parameters
System.
|
Returns
System.
|
Overrides
GetDefaultValue<Z>(MetadataConstants)
Declaration
protected override Z GetDefaultValue<Z>(MetadataConstants key)
Parameters
Returns
Z
|
Type Parameters
Z
|