PropertyCollection

PropertyCollection

System.Data (system.data.dll) class

This class is accessed using the ExtendedProperties property of the DataColumn , DataTable , DataSet , Constraint , and DataRelation . It can store additional information about the object. For example, you might want to store an expiration date for a DataSet .

 public class  PropertyCollection  : Hashtable {  // Public Constructors  public  PropertyCollection  (  );   } 

Hierarchy

System.Object figs/u2192.gif System.Collections.Hashtable(System.Collections.IDictionary, System.Collections.ICollection , System.Collections.IEnumerable , System.Runtime.Serialization.ISerializable , System.Runtime.Serialization.IDeserializationCallback , System.ICloneable) figs/u2192.gif PropertyCollection

Returned By

Constraint.ExtendedProperties , DataColumn.ExtendedProperties , DataRelation.ExtendedProperties , DataSet.ExtendedProperties , DataTable.ExtendedProperties



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net