Loads the Data Domain Schema form the compiled schema assembly.
A DataDomainSchema instance loaded up from the specified schema assembly.
DataDomainSchema schema = DataDomainSchema.LoadFrom("Northwind.Business.Mapping");
DataDomain domain = new DataDomain(schema, "server=localhost;UserID=sa;InitialCatalog=Northwind;pwd=;pooling=yes;");
Namespace: TechTalk.Genome.Schema
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
DataDomainSchema Class | TechTalk.Genome.Schema Namespace | DataDomain | Schema Definition Language Syntax Guide | Schema Compiler Command Line Options