RowFieldsBase.ParseDatabaseAndSchema method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Parses the database and schema.
public static string ParseDatabaseAndSchema(string tableName, out string database,
out string schema)
| parameter | description |
|---|---|
| tableName | Name of the table. |
| database | The database. |
| schema | The schema. |
See Also
- class RowFieldsBase