Galen.Ci.EntityFramework.ContextKeySchemaInfo.ContextKeySchemaInfo C# (CSharp) Method

ContextKeySchemaInfo() public method

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