Class XPVistaDBTable
- Namespace
- DevExpress.Xpo.DB.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public abstract class XPVistaDBTable
- Inheritance
-
XPVistaDBTable
- Derived
-
- Inherited Members
-
Constructors
XPVistaDBTable()
protected XPVistaDBTable()
Properties
InternalObject
public abstract object InternalObject { get; }
Property Value
- object
Methods
Close()
public abstract void Close()
CreateForeignKey(string, string, string, string, string, string)
public abstract void CreateForeignKey(string constraintName, string foreignKey, string primaryTable, string updateIntegrity, string deleteIntegrity, string description)
Parameters
constraintName
string
foreignKey
string
primaryTable
string
updateIntegrity
string
deleteIntegrity
string
description
string
CreateIndex(string, string, bool, bool)
public abstract void CreateIndex(string name, string keyExpression, bool primary, bool unique)
Parameters
name
string
keyExpression
string
primary
bool
unique
bool
DropForeignKey(string)
public abstract void DropForeignKey(string constraintName)
Parameters
constraintName
string