Galen.Ci.EntityFramework.ContextKeySchemaInfo.ContextKeySchemaInfo C# (CSharp) Méthode

ContextKeySchemaInfo() public méthode

public ContextKeySchemaInfo ( string contextKey, string schemaName )
contextKey string
schemaName string
        public ContextKeySchemaInfo(string contextKey, string schemaName)
        {
            ContextKey = contextKey;
            SchemaName = schemaName;
        }
ContextKeySchemaInfo