Chili.Opf3 Send comments on this topic.
StorageCommandBuilderCollection Class Methods
See Also 
Chili.Opf3.Storages Namespace : StorageCommandBuilderCollection Class


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

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Public MethodGetStorageCommandBuilder Returns the IStorageCommandBuilder that is able to convert the given query.  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Top

Protected Methods

 NameDescription
Protected MethodClearItems (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Protected MethodInsertItem (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Protected MethodRemoveItem (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Protected MethodSetItem (Inherited from System.Collections.ObjectModel.Collection<IStorageCommandBuilder>)
Top

See Also