BExIS.Dlm.Services.MetadataStructure.MetadataAttributeManager.RemoveAggregateFunction C# (CSharp) 메소드

RemoveAggregateFunction() 공개 메소드

public RemoveAggregateFunction ( DataContainer container, AggregateFunction aggregateFunction ) : DataAttribute
container DataContainer
aggregateFunction AggregateFunction
리턴 BExIS.Dlm.Entities.DataStructure.DataAttribute
        public DataAttribute RemoveAggregateFunction(DataContainer container, AggregateFunction aggregateFunction)
        {
            throw new NotImplementedException();
        }