Galen.Ci.EntityFramework.ContextKeySchemaInfo.ContextKeySchemaInfo C# (CSharp) 메소드

ContextKeySchemaInfo() 공개 메소드

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