This interface is used to implement a custom schema provider for
SchemaExplorer. To create your own schema provider simply create a
new assembly which includes a public class that implements this interface.
Also, the assembly name must end with SchemaProvider.dll
(ie. MySampleSchemaProvider.dll). Once you have done this, just
put the assembly in the same directory as CodeSmith and that's it.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public interface IDbSchemaProvider : INamedObject |
Visual Basic |
---|
Public Interface IDbSchemaProvider Inherits INamedObject |