using System; using System.Collections.Generic; using System.Text; namespace Tdo.Common.TdoTypes{ /// <summary> /// Interface for all No-Blob Tdo Types /// </summary> [CLSCompliant(true)] public interface ITdoNoBlobColumn : ITdoColumn { } }