Method | Description | |
---|---|---|
CreateOrReplaceExpressionRoot ( IMigrationContext context ) : System | ||
Package ( string viewName ) : ICreateOrReplacePackageSyntax | ||
Script ( string scriptPath ) : ICreateOrReplacePackageSyntax | ||
View ( string viewName ) : ICreateOrReplaceViewWithColumnSyntax |
public CreateOrReplaceExpressionRoot ( IMigrationContext context ) : System | ||
context | IMigrationContext | |
return | System |
public Package ( string viewName ) : ICreateOrReplacePackageSyntax | ||
viewName | string | |
return | ICreateOrReplacePackageSyntax |
public Script ( string scriptPath ) : ICreateOrReplacePackageSyntax | ||
scriptPath | string | |
return | ICreateOrReplacePackageSyntax |
public View ( string viewName ) : ICreateOrReplaceViewWithColumnSyntax | ||
viewName | string | |
return | ICreateOrReplaceViewWithColumnSyntax |