DbEntityGetPropertyNames Method |
返回属性名称集合
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic virtual DictionaryTKey, TValueKeyCollection GetPropertyNames()
Public Overridable Function GetPropertyNames As DictionaryTKey, TValueKeyCollection
public:
virtual DictionaryTKey, TValueKeyCollection^ GetPropertyNames()
abstract GetPropertyNames : unit -> DictionaryTKey, TValueKeyCollection
override GetPropertyNames : unit -> DictionaryTKey, TValueKeyCollection
Return Value
Type:
DictionaryTKey, TValueKeyCollection[Missing <returns> documentation for "M:Adf.Db.DbEntity.GetPropertyNames"]
See Also