com.aspose.words
Class DataRelation

java.lang.Object
    extended by com.aspose.words.DataRelation

public class DataRelation 
extends java.lang.Object

Represents a parent-child relationship between two data tables in a data set.

Method Summary
java.lang.String[]getChildColumnNames()
           Gets the names of columns in the child table that participate in the parent-child relationship.
java.lang.StringgetChildTableName()
           Gets the name of the child table specified by this relationship.
java.lang.String[]getParentColumnNames()
           Gets the names of columns in the parent table that participate in the parent-child relationship.
java.lang.StringgetParentTableName()
           Gets the name of the parent table specified by this relationship.
java.lang.StringgetRelationName()
           Gets the informational name of this data relationship.
 

Method Detail

getChildColumnNames

public java.lang.String[] getChildColumnNames()
Gets the names of columns in the child table that participate in the parent-child relationship.

getChildTableName

public java.lang.String getChildTableName()
Gets the name of the child table specified by this relationship.

getParentColumnNames

public java.lang.String[] getParentColumnNames()
Gets the names of columns in the parent table that participate in the parent-child relationship.

getParentTableName

public java.lang.String getParentTableName()
Gets the name of the parent table specified by this relationship.

getRelationName

public java.lang.String getRelationName()
Gets the informational name of this data relationship.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.