Back to Devexpress

MSSqlConnectionProvider.GenerateStoredProcedures(DBTable, out String) Method

xpo-devexpress-dot-xpo-dot-db-dot-mssqlconnectionprovider-dot-generatestoredprocedures-x28-devexpress-dot-xpo-dot-db-dot-dbtable-system-dot-string-x29.md

latest1.8 KB
Original Source

MSSqlConnectionProvider.GenerateStoredProcedures(DBTable, out String) Method

Generates DDL (Data Description Language) code for the Generating Persistent Classes wizard, when mapping persistent classes to Microsoft SQL Server database views with the help of INSTEAD-OF triggers and stored procedures.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public override string GenerateStoredProcedures(
    DBTable table,
    out string dropLines
)
vb
Public Overrides Function GenerateStoredProcedures(
    table As DBTable,
    ByRef dropLines As String
) As String

Parameters

NameType
tableDBTable
dropLinesString

Returns

Type
String

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also

MSSqlConnectionProvider Class

MSSqlConnectionProvider Members

DevExpress.Xpo.DB Namespace