IEqResultSet interface
public interface Korzh.EasyQuery.Services.IEqResultSet : IDictionary<String, Object>, ICollection<KeyValuePair<String, Object>>, IEnumerable<KeyValuePair<String, Object>>, IEnumerable
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
Int32 | ColumnCount | |
Int64 | RecordCount |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | AddColumn(String columnId, String title, Type columnType) |