点击或拖拽改变大小

DatabasePropertyCollection 类

X#
This collection is used to store additional properties for fields and servers such as captions, descriptions etc.
继承层次
Object
  DictionaryDatabasePropertyType, Object
    DatabasePropertyCollection

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 CLASS DatabasePropertyCollection INHERIT Dictionary<DatabasePropertyType, Object>
查看代码

DatabasePropertyCollection 类型公开以下成员。

构造函数
  名称说明
公共方法DatabasePropertyCollection
初始化 DatabasePropertyCollection 类的一个新实例
Top
方法
  名称说明
公共方法Add
Add a property - value pair to the collection.
公共方法GetValue(String)
Get the value for a property
公共方法GetValueT(DatabasePropertyType)
Get the value for a property or an empty value when the property has not been defined
公共方法静态成员IsValidProperty
Top
参见