The SingleRowQueryCriteria type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ColumnNames |
获取需要返回列(Column)的名称的列表。
(Inherited from RowQueryCriteria.) |
![]() | PrimaryKeys |
获取主键(Primary Key)名称与值的对应字典。
|
![]() | TableName |
获取或设置要查询的表(Table)名。
(Inherited from RowQueryCriteria.) |
![]() | ViewName |
获取或设置要查询的视图(View)名。如果该属性未设置或设置为空引用或空字符串,则从表中查询。
(Inherited from RowQueryCriteria.) |
See Also