C# Class System.Data.RelationStructure

显示文件 Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
ChildColumnName string
ChildTableName string
CreateConstraint bool
ExplicitName string
IsNested bool
ParentColumnName string
ParentTableName string

Property Details

ChildColumnName public_oe property

public string ChildColumnName
return string

ChildTableName public_oe property

public string ChildTableName
return string

CreateConstraint public_oe property

public bool CreateConstraint
return bool

ExplicitName public_oe property

public string ExplicitName
return string

IsNested public_oe property

public bool IsNested
return bool

ParentColumnName public_oe property

public string ParentColumnName
return string

ParentTableName public_oe property

public string ParentTableName
return string