Skip to main content
All docs
V26.1
  • ConnectionProviderSql.FormatUpdateSchemaScript(IEnumerable<UpdateSchemaStatement>) Method

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public virtual string FormatUpdateSchemaScript(
        IEnumerable<UpdateSchemaStatement> statements
    )

    Parameters

    Name Type
    statements IEnumerable<DevExpress.Xpo.DB.UpdateSchemaStatement>

    Returns

    Type
    String
    See Also