internal override void SetFields(FieldsImpl fields)
 {
     fields.SetFields(m_fields, m_streamOffset, m_isAggregateRow, m_aggregationFieldCount, m_validAggregateRow);
 }
示例#2
0
 public override void SetFields(FieldsImpl fields)
 {
     fields.SetFields(base.m_fields, base.m_streamOffset, this.m_isAggregateRow, this.m_aggregationFieldCount, this.m_validAggregateRow);
 }
 internal virtual void SetFields(FieldsImpl fields)
 {
     fields.SetFields(m_fields, m_streamOffset);
 }
示例#4
0
 public virtual void SetFields(FieldsImpl fields)
 {
     fields.SetFields(this.m_fields, this.m_streamOffset);
 }