Skip to content

RowFieldsBase.ParseDatabaseAndSchema method

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