📄 table.format
字号:
public class {0}Relation : Inherits DataManagerBase.FetchPathRelation
Friend Sub New(ByRef relationList as ArrayList, ByVal aliasName as string)
Me.RelationList = relationList
Me.OrmAlias = aliasName
End Sub
public ReadOnly property All() as {0}Relation
get
{2}
{3}
return Me
end get
end property
public ReadOnly property AllChildren() as {0}Relation
get
{2}
return Me
end get
end property
public ReadOnly property AllParents() as {0}Relation
get
{3}
return Me
end get
end property
{1}
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -