Files
DP44/docs/ai/DataPRO/Modules/Database/DatabaseMigrationScripts.md
2026-04-17 14:55:32 -04:00

738 B

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
DataPRO/Modules/Database/DatabaseMigrationScripts/EmbeddedResource.cs
2026-04-17T16:29:51.550416+00:00 zai-org/GLM-5-FP8 1 5e7d1318be4e002b

DatabaseMigrationScripts

Purpose

This module provides a static utility class for extracting embedded resources from .NET assemblies. It is designed to retrieve migration scripts that have been embedded within the assembly as resources, returning them as either StreamReader objects or raw strings for consumption by database migration logic.

Public Interface

Class: EmbeddedResource (static utility class, enforced via private constructor)

| Method | Signature | Description | |--------|-----------