LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ItemsInfo Class Properties
See Also 
Leadtools.Medical.Caching Namespace : ItemsInfo Class


"

For a list of all members of this type, see ItemsInfo members.

"

Public Properties

 NameDescription
public Property CaseSensitiveGets or sets a value indicating whether string comparisons within System.Data.DataTable objects are case-sensitive. (Inherited from System.Data.DataSet)
public Property ContainerGets the container for the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
public Property DataSetNameGets or sets the name of the current System.Data.DataSet. (Inherited from System.Data.DataSet)
public Property DefaultViewManagerGets a custom view of the data contained in the System.Data.DataSet to allow filtering, searching, and navigating using a custom System.Data.DataViewManager. (Inherited from System.Data.DataSet)
public Property DesignModeGets a value indicating whether the component is currently in design mode. (Inherited from System.ComponentModel.MarshalByValueComponent)
public Property EnforceConstraintsGets or sets a value indicating whether constraint rules are followed when attempting any update operation. (Inherited from System.Data.DataSet)
public Property ExtendedPropertiesGets the collection of customized user information associated with the DataSet. (Inherited from System.Data.DataSet)
public Property HasErrorsGets a value indicating whether there are errors in any of the System.Data.DataTable objects within this System.Data.DataSet. (Inherited from System.Data.DataSet)
public Property IsInitializedGets a value that indicates whether the System.Data.DataSet is initialized. (Inherited from System.Data.DataSet)
public Property LocaleGets or sets the locale information used to compare strings within the table. (Inherited from System.Data.DataSet)
public Property NamespaceGets or sets the namespace of the System.Data.DataSet. (Inherited from System.Data.DataSet)
public Property PrefixGets or sets an XML prefix that aliases the namespace of the System.Data.DataSet. (Inherited from System.Data.DataSet)
public Property RemotingFormatGets or sets a System.Data.SerializationFormat for the System.Data.DataSet used during remoting. (Inherited from System.Data.DataSet)
public Property SiteGets or sets the site of the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
Top

Protected Properties

 NameDescription
protected Property EventsGets the list of event handlers that are attached to this component. (Inherited from System.ComponentModel.MarshalByValueComponent)
Top

See Also