Chili.Opf3 Send comments on this topic.
IStorageCommandBuilder Interface
See Also  Members  
Chili.Opf3.Storages Namespace : IStorageCommandBuilder Interface




This interface is implemented by classes that create storage dependent commands from storage independent queries.

Syntax

Visual Basic (Declaration) 
Public Interface IStorageCommandBuilder 
Visual Basic (Usage)Copy Code
Dim instance As IStorageCommandBuilder
C# 
public interface IStorageCommandBuilder 
Managed Extensions for C++ 
public __gc __interface IStorageCommandBuilder 
C++/CLI 
public interface class IStorageCommandBuilder 

Remarks

This interface is implemented by classes that create storage commands from storage independent queries such as ObjectQuery. For an implementation look in SqlCommandBuilderBase class or any other class that derives from the SqlCommandBuilderBase class.

Requirements

Namespace: Chili.Opf3.Storages

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also