ConnectionProviderSql.GenerateStoredProcedures(DBTable, out String) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
table | DBTable |
dropLines | String |
Returns
Type |
---|
String |
See Also
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.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 |
No
Your feedback is appreciated.