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

20 lines
738 B
Markdown

---
source_files:
- DataPRO/Modules/Database/DatabaseMigrationScripts/EmbeddedResource.cs
generated_at: "2026-04-17T16:29:51.550416+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "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 |
|--------|-----------