ConnectionProviderSql.GenerateStoredProcedures(DBTable, out String) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| table | DBTable |
| dropLines | String |
Returns
| Type |
|---|
| String |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v26.1.dll
public virtual string GenerateStoredProcedures(
DBTable table,
out string dropLines
)
Public Overridable Function GenerateStoredProcedures(
table As DBTable,
ByRef dropLines As String
) As String
| Name | Type |
|---|---|
| table | DBTable |
| dropLines | String |
| Type |
|---|
| String |