Tests.FakeDbProvider.GetColumnType C# (CSharp) Method

GetColumnType() public method

public GetColumnType ( Type type ) : string
type System.Type
return string
        public override string GetColumnType(Type type)
        {
            throw new NotImplementedException();
        }