Skip to main content

ConnectionProviderSql.GenerateStoredProcedures(DBTable, out String) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public virtual string GenerateStoredProcedures(
    DBTable table,
    out string dropLines
)

Parameters

Name Type
table DBTable
dropLines String

Returns

Type
String
See Also