Class StdBEDefChavePrimaria
Classe correspondente à definição de uma chave primária.
Implements
StdBE100.IStdBEDefChavePrimaria
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdBE100
Assembly: StdBE100.dll
Syntax
[ComVisible(true)]
[Guid("17052BCB-061C-4D2F-8C4F-B6098CAF8D4E")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEDefChavePrimaria : StdBaseBE, IStdBEDefChavePrimaria
Constructors
StdBEDefChavePrimaria()
Declaration
public StdBEDefChavePrimaria()
Properties
Colunas
Declaration
public StdBEDefCampos Colunas { get; }
Property Value
Type | Description |
---|---|
StdBEDefCampos |
NomeConstraint
Declaration
public string NomeConstraint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NomeTabela
Declaration
public string NomeTabela { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
StdBE100.IStdBEDefChavePrimaria